generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
8
_module/nss/chngfootwater.nss
Normal file
8
_module/nss/chngfootwater.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "prc_inc_racial"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
if (MyPRCGetRacialType(oPC) != RACIAL_TYPE_HUMAN) SetFootstepType(FOOTSTEP_TYPE_SHARK, oPC);
|
||||
ApplyEffectToObject(DURATION_TYPE_PERMANENT, EffectMovementSpeedDecrease(50), oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user