From e5895847a523ef32e899c98e18e9d00ae27b0b88 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 8 Dec 2021 12:20:03 -0300 Subject: Nerf ticket drop rate. Begin Santa code --- npc/annuals/xmas/2021.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'npc/annuals/xmas/2021.txt') diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt index bc87c319..a296063b 100644 --- a/npc/annuals/xmas/2021.txt +++ b/npc/annuals/xmas/2021.txt @@ -42,6 +42,24 @@ function script X21ED1_DOCLEAR { return; } +function script X21GAK_GOTO { + return (XMAS2021 & X21_GOTOGAK); +} + +function script X21GAK_DOGOTO { + XMAS2021 = (XMAS2021 | X21_GOTOGAK); + return; +} + +function script X21GAK_GATE { + return (XMAS2021 & X21_GATEGAK); +} + +function script X21GAK_DOGATE { + XMAS2021 = (XMAS2021 | X21_GATEGAK); + return; +} + function script X21ED2_CLEAR { return (XMAS2021 & X21_COMPLETE); } -- cgit v1.2.3-70-g09d2