diff options
Diffstat (limited to 'npc/annuals/halloween')
-rw-r--r-- | npc/annuals/halloween/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/annuals/halloween/config.txt b/npc/annuals/halloween/config.txt index ddbc7971..ac952ec2 100644 --- a/npc/annuals/halloween/config.txt +++ b/npc/annuals/halloween/config.txt @@ -250,7 +250,7 @@ L_Main: $@halloween_react_veryscary$[$@n] = "\"Darkest day of my life, blacker then the darkest chocolate.\""; $@halloween_num_npcs = $@n + 1; - $@halloween_all_npc_bits = -1 << (32 - $@halloween_num_npcs); + $@halloween_all_npc_bits = 0; // BURN WITH FIRE FIXME //-1 << (32 - $@halloween_num_npcs); $@n = 0; |