summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLivio Recchia <recchialivio@libero.it>2020-12-08 22:32:52 +0100
committerLivio Recchia <recchialivio@libero.it>2020-12-08 22:32:52 +0100
commitf403350fa89d3db9f51f085774286a30dff9f071 (patch)
treecfcf50387206cca20cd91712ffdd952e2c6a3ed0
parentb0f614943122170b46eaaaac04b2dc670e05d279 (diff)
downloadserverdata-f403350fa89d3db9f51f085774286a30dff9f071.tar.gz
serverdata-f403350fa89d3db9f51f085774286a30dff9f071.tar.bz2
serverdata-f403350fa89d3db9f51f085774286a30dff9f071.tar.xz
serverdata-f403350fa89d3db9f51f085774286a30dff9f071.zip
Added a bit more dialogue just to test git setup on my pc
-rw-r--r--npc/008-1-1/galimatia.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/008-1-1/galimatia.txt b/npc/008-1-1/galimatia.txt
index fcdcee91..53e38ab2 100644
--- a/npc/008-1-1/galimatia.txt
+++ b/npc/008-1-1/galimatia.txt
@@ -21,7 +21,7 @@ function script usePurificationPotion {
// Attempting pouring potion nearby Galimatia
//if (isin("008-1-1", 112, 57, 114, 60)) { npctalkonce(l("I said on the field, not on me fool!!!")); return true; } // FIXME Fails since doesn't recognize NPC
if (isin("008-1-1", 93, 52, 97, 56)){ message strcharinfo(0), l("The palm tree is fine, I guess... Nope. This is the wrong place."); return true; }
- if (isin("008-1-1", 103, 58, 106, 58)){ message strcharinfo(0), l("Eh, better not. That's a nasty joke..."); return true; }
+ if (isin("008-1-1", 103, 58, 106, 58)){ message strcharinfo(0), l("Eh, better not. Her home will stink badly for weeks. That's a nasty joke..."); return true; }
if (isin("008-1-1", 97, 68, 103, 70)){ message strcharinfo(0), l("There are little plants already growing here. No, I should not pour it here."); return true; }
message strcharinfo(0), l("Hmm... I'm sure that is not the right place to put it.");
return true;