Files
HeroesStone_PRC8/_module/nss/chngfootwater.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

8 lines
265 B
Plaintext

#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);
}