diff options
-rw-r--r-- | npc/008-1-1/galimatia.txt | 2 |
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; |