From 3f0c57863ff3287eadbe99437b5ebcb7ea82e97b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 17 Dec 2021 23:07:36 -0300 Subject: Add workaround for the barriers --- npc/081-1/extra.txt | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/npc/081-1/extra.txt b/npc/081-1/extra.txt index 82210b8f..01e6438c 100644 --- a/npc/081-1/extra.txt +++ b/npc/081-1/extra.txt @@ -229,3 +229,81 @@ OnInit: end; } +/* I hate this, but bugs must die, incl. M+ ones */ +081-2,108,214,0 script Button#X21chA1 NPC_NO_SPRITE,{ + @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; + } + slide 108, 211; + end; + +OnInit: + .distance=1; + end; +} +081-2,109,211,0 script Button#X21chA2 NPC_NO_SPRITE,{ + @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; + } + slide 107, 214; + end; + +OnInit: + .distance=1; + end; +} + +081-2,132,130,0 script Button#X21chB1 NPC_NO_SPRITE,{ + if (!'XMAS21TREE) { + dispbottom l("In this year Christmas, kids shall play ball. Once the Christmas Tree is set, the festivities may proceed."); + end; + } + slide 131, 126; + end; + +OnInit: + .distance=1; + end; +} +081-2,132,126,0 script Button#X21chB2 NPC_NO_SPRITE,{ + if (!'XMAS21TREE) { + dispbottom l("In this year Christmas, kids shall play ball. Once the Christmas Tree is set, the festivities may proceed."); + end; + } + slide 131, 130; + end; + +OnInit: + .distance=1; + end; +} + +081-2,46,73,0 script Button#X21chC1 NPC_NO_SPRITE,{ + if (!'XMAS21AMBUSH) { + dispbottom l("One room, Seventeen buttons, Three truths, and a lever to bring joy to the children."); + end; + } + slide 47, 70; + end; + +OnInit: + .distance=1; + end; +} +081-2,46,70,0 script Button#X21chC2 NPC_NO_SPRITE,{ + if (!'XMAS21AMBUSH) { + dispbottom l("One room, Seventeen buttons, Three truths, and a lever to bring joy to the children."); + end; + } + slide 47, 73; + end; + +OnInit: + .distance=1; + end; +} + -- cgit v1.2.3-60-g2f50