TLK Cleanup
TLK Cleanup (thanks @barmlot). Added grapple check to catch dead grappler. Made plot items immune to PnP Disarm. Fixed minor script typos. Fixed missing Totemist soulmeld (thanks @barmlot). Fixed Grasping Shadows tlk pointer (thanks @barmlot). Added Duskblade notes.
This commit is contained in:
@@ -77,8 +77,15 @@ int CanGrapple(object oPlayer)
|
||||
{
|
||||
bRet = FALSE;
|
||||
}
|
||||
|
||||
if(GetIsDead(oPlayer))
|
||||
{
|
||||
bRet = FALSE;
|
||||
}
|
||||
|
||||
e1 = GetNextEffect(oPlayer);
|
||||
}
|
||||
|
||||
return bRet;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user