summaryrefslogtreecommitdiff
path: root/npc/001-7/homunculus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-7/homunculus.txt')
-rw-r--r--npc/001-7/homunculus.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-7/homunculus.txt b/npc/001-7/homunculus.txt
index 19e68dbd3..23673d0d6 100644
--- a/npc/001-7/homunculus.txt
+++ b/npc/001-7/homunculus.txt
@@ -179,10 +179,10 @@ OnInit:
close;
}
mesn strcharinfo(0);
- mesc l("You carefully pick a @@. It looks delicious, but you probably will need it later.", getitemlink(RedApple));
+ mesc l("You carefully pick a @@. It looks delicious, but you probably will need it later.", getitemlink(MagicApple));
if (!(.@q & .hcID)) {
- inventoryplace RedApple, 1;
- getitem RedApple, 1;
+ inventoryplace MagicApple, 1;
+ getitem MagicApple, 1;
setq2 FrostiaQuest_Homunculus, .@q|.hcID;
}
close;