diff options
-rw-r--r-- | npc/081-2/logic.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/081-2/logic.txt b/npc/081-2/logic.txt index a257dc93..acaea897 100644 --- a/npc/081-2/logic.txt +++ b/npc/081-2/logic.txt @@ -8,6 +8,9 @@ end; OnTouch: if (!isChristmas21()) end; + if (!'XMAS21AMBUSH) end; + if (!'XMAS21CANDLE) end; + if (!'XMAS21TREE) end; /* We need to determine if instance exists and is needed */ X21INIT(); |