summaryrefslogtreecommitdiff
path: root/world/map/npc/halloween/2011/config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/halloween/2011/config.txt')
-rw-r--r--world/map/npc/halloween/2011/config.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/halloween/2011/config.txt b/world/map/npc/halloween/2011/config.txt
index a120158a..a62e680e 100644
--- a/world/map/npc/halloween/2011/config.txt
+++ b/world/map/npc/halloween/2011/config.txt
@@ -12,6 +12,7 @@
// Global stuff
// $@hw2011_big_reward$ = The main reward randomly given, usually after the counter has reached 7-10
// $@hw2011_sweets$ = Array with all the sweets to be given as treats
+// $@hw2011_sweets_num = Size of that array
// $@hw2011_mask_IDs = Array with the IDs of all the masks that cover your face + The Scary Axehat
// $@hw2011_scare_factors = Array with the basic scare factor of each mask
// 678 Noh Mask 2
@@ -82,6 +83,7 @@ OnInit:
"CranberryLollipop",
"GrapeLollipop",
"OrangeLollipop";
+ set $@hw2011_sweets_num, getarraysize($@hw2011_sweets$);
setarray $@hw2011_mask_IDs, 678, 679, 1221, 634, 615, 639, 769, 801, 1218, 1276, 1277, 1279, 4027, 616;
setarray $@hw2011_scare_factors, 2, 4, 4, 4, 2, 3, 2, 2, 1, 3, 2, 4, 4, 4;