diff options
-rw-r--r-- | npc/000-0-0/q'onan.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt index 87411f47..f0e4971b 100644 --- a/npc/000-0-0/q'onan.txt +++ b/npc/000-0-0/q'onan.txt @@ -13,10 +13,14 @@ goto l_Snoring; l_Zzz: + setcamnpc; + mesq l("Zzzzzzzzzz"); close; l_Snoring: + setcamnpc; + mesq l("Rrrr... Pchhhh..."); close; |