From 1523e6c8b6e3e062730c95c3ac7f507bcb0d30ca Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 Dec 2021 08:02:20 -0300 Subject: Poppet's Initial Version --- npc/annuals/xmas/2021.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'npc/annuals') diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt index 36aadc29..f025e44d 100644 --- a/npc/annuals/xmas/2021.txt +++ b/npc/annuals/xmas/2021.txt @@ -39,6 +39,14 @@ function script X21_DODISPATCH { return; } +function script X21_POPPET { + return (XMAS2021 & X21_METPOPPY); +} +function script X21_DOPOPPET { + XMAS2021 = (XMAS2021 | X21_METPOPPY); + return; +} + function script X21BC1_CLEAR { return (XMAS2021 & X21_BOSSDEFEAT); } @@ -378,10 +386,13 @@ function script X21_SEEDS { 081-2 mapflag bexp 125 080-3 mapflag bexp 125 080-1 mapflag bexp 125 +082-2 mapflag bexp 110 /* Secure regions */ 081-3 mapflag zone MMO 081-3 mapflag nosave 081-1,68,31 +082-2 mapflag zone MMO +082-3 mapflag zone MMO /* Script Core */ 080-1,0,0,0 script #XMAS21Core NPC_HIDDEN,{ -- cgit v1.2.3-70-g09d2