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:
@@ -17,7 +17,7 @@ void DoJump(object oPC, location lTarget, int bDoKnockdown)
|
||||
|
||||
string sMessage = "You cannot jump through a closed door.";
|
||||
|
||||
oTarget = GetFirstObjectInShape(SHAPE_SPELLCYLINDER, fDistance, lTarget, TRUE, OBJECT_TYPE_DOOR,vSource);
|
||||
oTarget = GetFirstObjectInShape(SHAPE_SPELLCYLINDER, fDistance, lTarget, TRUE, OBJECT_TYPE_DOOR, vSource);
|
||||
|
||||
//:: Check if the first object found is a door.
|
||||
while (oTarget != OBJECT_INVALID)
|
||||
|
Reference in New Issue
Block a user