mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-18 01:37:16 -05:00
Added Force Missiles spell
Added Force Missiles spell. Fixed Shadowcaster Marker feat check. Updated Witchwwod step to grant immunity to Vine Mine & Spike Growth. Updated release archive.
This commit is contained in:
@@ -63,7 +63,7 @@ int PerformJump(object oPC, location lLoc, int bDoKnockDown = TRUE)
|
||||
bCanFly = FALSE;
|
||||
|
||||
// Height restriction on jumping
|
||||
if (GetHeight(GetLocation(oPC), lLoc) > 20.0 && !bCanFly)
|
||||
if (GetHeight(GetLocation(oPC), lLoc) > 8.0 && !bCanFly)
|
||||
{
|
||||
SendMessageToPC(oPC, "The target location is too high to jump to. Please pick a lower target.");
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user