Updated areas and mobs that go in them
and also their drops
This commit is contained in:
@@ -4,8 +4,13 @@ void main()
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
SetCreatureTailType (CREATURE_TAIL_TYPE_NONE, oPC);
|
||||
SetPhenoType (PHENOTYPE_NORMAL, oPC);
|
||||
SetFootstepType (FOOTSTEP_TYPE_DEFAULT, oPC);
|
||||
|
||||
if (GetCurrentHitPoints(oPC)<=0)
|
||||
{
|
||||
effect eKill = EffectDeath(TRUE);
|
||||
|
Reference in New Issue
Block a user