diff options
-rw-r--r-- | npc/021-4/main.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index baa2e43d7..f628e34e8 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -46,6 +46,8 @@ function script CindySwitch_Check_214 { if (CindySwitch_Check_214() == 5) { // Gate open must advance setnpcdisplay .name$, NPC_CINDY_UNCAGE; + .@pl = getmapusers("021-4")+1; + areamonster "021-4", 20, 20, 100, 80, "Yeti", Yeti, (.@pl/2)+rand(2,6), "Cindy#Outside::OnPetDeath"; } hello; end; |