diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-11 02:00:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-11 02:00:36 -0300 |
commit | 81aecfe9e0c64c5ff953edb22b8406e6fb800a06 (patch) | |
tree | d5af181382c81ceda52959281c4475be049db99f /npc/021-1 | |
parent | fc5ca75fa61bd8a42f78728071c374b330621f49 (diff) | |
download | serverdata-81aecfe9e0c64c5ff953edb22b8406e6fb800a06.tar.gz serverdata-81aecfe9e0c64c5ff953edb22b8406e6fb800a06.tar.bz2 serverdata-81aecfe9e0c64c5ff953edb22b8406e6fb800a06.tar.xz serverdata-81aecfe9e0c64c5ff953edb22b8406e6fb800a06.zip |
Fix a TODO marker on Yeti
Diffstat (limited to 'npc/021-1')
-rw-r--r-- | npc/021-1/yeti.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/021-1/yeti.txt b/npc/021-1/yeti.txt index bb147f656..b32735f76 100644 --- a/npc/021-1/yeti.txt +++ b/npc/021-1/yeti.txt @@ -134,7 +134,14 @@ L_Instructions: close; L_Complete: - mesc l("ToDo"), 1; + //mesc l("ToDo"), 1; + mesn; + mesq l("Hello my friend. Thanks for slaying the rogue Yetis."); + mesc l("Do you want to read again the instructions?"); + next; + if (askyesno() == ASK_YES) { + goto L_Instructions; + } close; // The other NPC |