summaryrefslogtreecommitdiff
path: root/npc/001-7
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-18 22:41:09 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-18 22:41:09 -0300
commitefbc5ce743cd04b6a489cf2e0730753c76f5359d (patch)
tree9cf01b493ff937fd8abb14c8ae465bad521a2936 /npc/001-7
parenteb8dee1d9a43a217db407cb706c9a57f59b486b4 (diff)
downloadserverdata-efbc5ce743cd04b6a489cf2e0730753c76f5359d.tar.gz
serverdata-efbc5ce743cd04b6a489cf2e0730753c76f5359d.tar.bz2
serverdata-efbc5ce743cd04b6a489cf2e0730753c76f5359d.tar.xz
serverdata-efbc5ce743cd04b6a489cf2e0730753c76f5359d.zip
Rewrite dialog in 001-7 to "warn" players they're supposed to eat the Apple for the BOSS.
Diffstat (limited to 'npc/001-7')
-rw-r--r--npc/001-7/homunculus.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-7/homunculus.txt b/npc/001-7/homunculus.txt
index 23673d0d6..d84fd4380 100644
--- a/npc/001-7/homunculus.txt
+++ b/npc/001-7/homunculus.txt
@@ -179,7 +179,7 @@ OnInit:
close;
}
mesn strcharinfo(0);
- mesc l("You carefully pick a @@. It looks delicious, but you probably will need it later.", getitemlink(MagicApple));
+ mesc l("You carefully pick a @@. It looks delicious! You feel you'll need it sooner than you expect.", getitemlink(MagicApple));
if (!(.@q & .hcID)) {
inventoryplace MagicApple, 1;
getitem MagicApple, 1;