diff options
-rw-r--r-- | npc/000-2-1/q'onan.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt index 87a61d07..f795b2cf 100644 --- a/npc/000-2-1/q'onan.txt +++ b/npc/000-2-1/q'onan.txt @@ -8,17 +8,15 @@ mesn; - set @q, rand(2); + set @q, rand(1); if (@q == 0) goto l_Zzz; - goto l_Snoring; -l_Zzz: - mesq l("Zzzzzzzzzz"); - close; - -l_Snoring: mesq l("Rrrr... Pchhhh..."); close; +l_Zzz: + mesq l("Zzzzzzzzzz"); + close; + } |