From 81aecfe9e0c64c5ff953edb22b8406e6fb800a06 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 11 Mar 2019 02:00:36 -0300 Subject: Fix a TODO marker on Yeti --- npc/021-1/yeti.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-60-g2f50