diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-22 18:32:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-22 18:32:59 -0300 |
commit | 5d7212fcbb648663d87b6b900b79807bd61fe00f (patch) | |
tree | f09c29e63b6dd10a81297ae5f5f0fba76921fd48 /npc | |
parent | d8b24f235a1514418b5a8652e34e0ed34d7faf57 (diff) | |
download | serverdata-5d7212fcbb648663d87b6b900b79807bd61fe00f.tar.gz serverdata-5d7212fcbb648663d87b6b900b79807bd61fe00f.tar.bz2 serverdata-5d7212fcbb648663d87b6b900b79807bd61fe00f.tar.xz serverdata-5d7212fcbb648663d87b6b900b79807bd61fe00f.zip |
Mouboos are cute password on Sagratha Door and reaction
Diffstat (limited to 'npc')
-rw-r--r-- | npc/014-5/sagratha.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/014-5/sagratha.txt b/npc/014-5/sagratha.txt index 93e2ab6f3..a5e2ebfb9 100644 --- a/npc/014-5/sagratha.txt +++ b/npc/014-5/sagratha.txt @@ -136,10 +136,17 @@ L_Open: select l("Knock on the door?"), l("Attempt to lockpick?"), + l("Say that Mouboos are Cute?"), l("Leave it alone?"); mes ""; - if (@menu == 3) + if (@menu == 4) close; + if (@menu == 3) { + mesc l("Surprisingly, nothing happens."); + next; + mesc l("A close inspection suggests the lock was busted. You approach to inspect."); + next; + } mesc l("*CREAK*"); mesc l("The pressure you did made the door burst open. It is unusually quiet inside..."); next; |