From 1fe1fa6cb2fa8590a1bb7bed236b615662446a2d Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Wed, 9 Jan 2013 16:18:39 +0100 Subject: Katze quest: some punctuation fixes in menus. --- world/map/npc/015-3/katze.txt | 28 ++++++++++++++-------------- world/map/npc/015-3/pot.txt | 26 +++++++++++++------------- 2 files changed, 27 insertions(+), 27 deletions(-) (limited to 'world/map/npc/015-3') diff --git a/world/map/npc/015-3/katze.txt b/world/map/npc/015-3/katze.txt index 89b508b0..e6e7753d 100644 --- a/world/map/npc/015-3/katze.txt +++ b/world/map/npc/015-3/katze.txt @@ -34,8 +34,8 @@ L_NeedsMilk: mes "[Katze]"; mes "\"Meow.\""; next; - menu "Throw a stone at the cat", L_ThrowStone, - "Leave the cat alone", -; + menu "Throw a stone at the cat.", L_ThrowStone, + "Leave the cat alone.", -; close; L_ThrowStone: @@ -54,8 +54,8 @@ L_NeedsFood: mes "\"Meow, prrrr...\""; next; menu - "Throw a stone at the cat", L_ThrowStone, - "Leave the cat alone", -; + "Throw a stone at the cat.", L_ThrowStone, + "Leave the cat alone.", -; close; L_PreNeedsFur: @@ -66,13 +66,13 @@ L_NeedsFur: next; if (countitem("WhiteFur") > 0) menu - "Make funny movements with the fur near the ground", L_MoveFur, - "Throw a stone at the cat", L_ThrowStone, - "Leave the cat alone", -; + "Make funny movements with the fur near the ground.", L_MoveFur, + "Throw a stone at the cat.", L_ThrowStone, + "Leave the cat alone.", -; if (countitem("WhiteFur") == 0) menu - "Throw a stone at the cat", L_ThrowStone, - "Leave the cat alone", -; + "Throw a stone at the cat.", L_ThrowStone, + "Leave the cat alone.", -; close; L_MoveFur: @@ -91,7 +91,7 @@ L_NeedsWood: if (countitem("RawLog") > 0) menu "Want this piece of wood?", L_GiveWood, - "Ok, see you later", -; + "Ok, see you later.", -; close; L_GiveWood: @@ -120,9 +120,9 @@ L_NeedsStuff2: mes "\"Did you bring what I asked you for?\""; next; menu - "Look here", L_CatChecksStuff, + "Look here.", L_CatChecksStuff, "What do you need again?", L_WhatsNeeded, - "No, I haven't got everything yet", -; + "No, I haven't got everything yet.", -; close; L_WhatsNeeded: @@ -130,8 +130,8 @@ L_WhatsNeeded: mes "\"Actually, you should have remembered yourself.\""; next; menu - "Please tell me", L_Please, - "Never mind", -; + "Please tell me.", L_Please, + "Never mind.", -; close; L_Please: diff --git a/world/map/npc/015-3/pot.txt b/world/map/npc/015-3/pot.txt index ae843863..47f85587 100644 --- a/world/map/npc/015-3/pot.txt +++ b/world/map/npc/015-3/pot.txt @@ -26,8 +26,8 @@ L_NeedsMilk: if (countitem("Milk") > 0) menu - "Pour in some milk", L_GiveMilk, - "Leave it alone", -; + "Pour in some milk.", L_GiveMilk, + "Leave it alone.", -; close; L_GiveMilk: @@ -46,17 +46,17 @@ L_NeedsFood: if (countitem("ChickenLeg") > 0 && countitem("Steak") > 0) menu - "Put in a chicken leg", L_GiveChicken, - "Put in a steak", L_GiveSteak, - "Leave it alone", -; + "Put in a chicken leg.", L_GiveChicken, + "Put in a steak.", L_GiveSteak, + "Leave it alone.", -; if (countitem("ChickenLeg") > 0 && countitem("Steak") == 0) menu - "Put in a chicken leg", L_GiveChicken, - "Leave it alone", -; + "Put in a chicken leg.", L_GiveChicken, + "Leave it alone.", -; if (countitem("ChickenLeg") == 0 && countitem("Steak") > 0) menu - "Put in a steak", L_GiveSteak, - "Leave it alone", -; + "Put in a steak.", L_GiveSteak, + "Leave it alone.", -; close; L_GiveChicken: @@ -81,8 +81,8 @@ L_NeedsFur: if (countitem("WhiteFur") > 0) menu - "Put a white fur next to the pot", L_GiveFur, - "Leave it alone", -; + "Put a white fur next to the pot.", L_GiveFur, + "Leave it alone.", -; close; L_GiveFur: @@ -92,8 +92,8 @@ L_GiveFur: L_NeedsWood: if (countitem("RawLog") > 0) menu - "Put a wooden log next to the pot", L_GiveWood, - "Leave it alone", -; + "Put a wooden log next to the pot.", L_GiveWood, + "Leave it alone.", -; close; L_GiveWood: -- cgit v1.2.3-60-g2f50