summaryrefslogtreecommitdiff
path: root/npc/081-2/logic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/081-2/logic.txt')
-rw-r--r--npc/081-2/logic.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/081-2/logic.txt b/npc/081-2/logic.txt
index 27473479..ae4bf7a9 100644
--- a/npc/081-2/logic.txt
+++ b/npc/081-2/logic.txt
@@ -174,7 +174,7 @@ OnInit:
}
081-2,103,213,0 script #X21Barrier1 NPC_HIDDEN,4,1,{
- @inst = instance_id();
+ @inst = instance_id() + 1;
if (!'XMAS21CANDLE)
dispbottom l("Northern Lights")+" : "+l("The strong shall yield the %s to enlighten the way, according to the established sequence.", b(l("powder")));
end;
@@ -196,8 +196,9 @@ OnInit:
}
081-2,118,169,0 script #X21SeedFlag NPC_NO_SPRITE,{
+ @inst = instance_id() + 1;
if (!'XMAS21TREE)
- npctalkonce l("The leaves in a room, the objects from the other; When they merge together, the festivities shall proceed.");
+ npctalkonce l("Tiny leaves in a room, the objects from the other; When they merge together, the festivities shall proceed.");
end;
OnPlant:
getmapxy(.@m$, .@x, .@y, 0);