diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-04-29 16:27:04 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-04-29 16:27:04 +0200 |
commit | 034f0d82815c0117cbf9fec747a874767a95ee32 (patch) | |
tree | b5622d8966266fe327cadc29cf9e1226f946010b /npc/027-1_Graveyard/monsters.txt | |
parent | a5d0b05b36a2102c3041f004db8df79f4e424838 (diff) | |
download | serverdata-034f0d82815c0117cbf9fec747a874767a95ee32.tar.gz serverdata-034f0d82815c0117cbf9fec747a874767a95ee32.tar.bz2 serverdata-034f0d82815c0117cbf9fec747a874767a95ee32.tar.xz serverdata-034f0d82815c0117cbf9fec747a874767a95ee32.zip |
removing debug lines from crying child quest and uncomment golbenez to open way into gy inn
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; |