summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--npc/annuals/halloween/config.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3eb4210..c42bdf94 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ spaces:
when: always
expire_in: 3 week
-mariadb_run_latest_gcc10:
+mariadb_run_latest_gcc7:
stage: test
needs: []
script:
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;