diff options
Diffstat (limited to 'npc/021-4')
-rw-r--r-- | npc/021-4/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 9ea55fe5b..6fe7c0237 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -101,7 +101,7 @@ OnInit: setnpcdisplay .name$, NPC_CINDY_UNCAGE; .@pl = getmapusers("021-4"); if (.@pl == 1) - .@pl+=1 + .@pl+=1; .@pl+=3; areamonster "021-4", 20, 20, 100, 80, "Yeti", Yeti, .@pl, "Cindy#Outside::OnPetDeath"; areamonster "021-4", 20, 20, 100, 80, "Moggun", Moggun, .@pl, "Cindy#Outside::OnPetDeath"; |