diff options
Diffstat (limited to 'npc/027-1_Graveyard/monsters.txt')
-rw-r--r-- | npc/027-1_Graveyard/monsters.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/027-1_Graveyard/monsters.txt b/npc/027-1_Graveyard/monsters.txt index 9ddb6ac5..0efe43c4 100644 --- a/npc/027-1_Graveyard/monsters.txt +++ b/npc/027-1_Graveyard/monsters.txt @@ -28,10 +28,8 @@ _MOBCOUNT_ZOMBIES: if (@state != 1) return; set @ring, @ring + 1; -//TODO: remove debug -// if (@ring < 10) return; -// if (rand(8) != 0) return; - message strcharinfo(0), "Debug: got Ring with one kill instead of many"; + if (@ring < 10) return; + if (rand(8) != 0) return; message strcharinfo(0), "You found a ring hidden in the zombie's rotten rags. Maybe this is what Aldred was looking for..."; set @state, 2; callsub S_Update_Mask; |