diff options
author | Kess Vargavind <vargavind@gmail.com> | 2009-06-02 03:13:50 +0200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-06-02 08:33:15 -0600 |
commit | 39ec8e5a83489ce1283ac1c61cc86cbb283f412a (patch) | |
tree | e2c9e4fda6d9d09fab42188adb919b92ba0f1297 /npc/015-1_Woodland/alice.txt | |
parent | bcdb08846dbc572d7d0ed09d8ab02193ada5f6a3 (diff) | |
download | serverdata-39ec8e5a83489ce1283ac1c61cc86cbb283f412a.tar.gz serverdata-39ec8e5a83489ce1283ac1c61cc86cbb283f412a.tar.bz2 serverdata-39ec8e5a83489ce1283ac1c61cc86cbb283f412a.tar.xz serverdata-39ec8e5a83489ce1283ac1c61cc86cbb283f412a.zip |
Turn a few more 'close' into labels
Diffstat (limited to 'npc/015-1_Woodland/alice.txt')
-rw-r--r-- | npc/015-1_Woodland/alice.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-1_Woodland/alice.txt b/npc/015-1_Woodland/alice.txt index 277dba01..125cc104 100644 --- a/npc/015-1_Woodland/alice.txt +++ b/npc/015-1_Woodland/alice.txt @@ -74,7 +74,7 @@ L_cat: mes "[Alice]"; mes "\"You would have to tame her first. Maybe she's thirsty or hungry. Cats also tend to get bored without something to play with. Good luck!\""; next; - menu "Thank you so much!", close, + menu "Thank you so much!", L_close, "Are you crazy? Taming a cat?", -; mes "[Alice]"; mes "\"Well, it's up to you.\""; |