]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Allow weapons classified as "new toys" to spawn if placed by the mapper
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 3 Oct 2024 08:13:09 +0000 (18:13 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 3 Oct 2024 08:22:27 +0000 (18:22 +1000)
See https://xonotic.org/balancevotes/24/

Changes the pipeline hash because bots may now use these weapons due to
`g_weaponarena all` in serverbench.cfg.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
.gitlab-ci.yml
mutators.cfg

index e2a97d8d443c4047f1844c84446dd3b327241bd6..d1ed8f09324da32f73d164e4e96bd4043ea3e241 100644 (file)
@@ -36,7 +36,7 @@ test_compilation_units:
 test_sv_game:
   stage: test
   script:
-    - export EXPECT=32efa2daf5e8198a880fd228a46d540c
+    - export EXPECT=7004fcba787d0fbe17240beb84d8af3c
     - qcsrc/tools/sv_game-hashtest.sh
     - exit $?
 
index bed614445e2e3a88ffcfe28cb5b73bb04ee9baa1..7bf69658dd6479f79b1e5d3b9a2616a75c2fb9f6 100644 (file)
@@ -324,8 +324,8 @@ set g_campcheck_typecheck 0 "damage campers who are typing"
 // ==========
 //  new toys
 // ==========
-set g_new_toys 0 "Mutator 'New Toys': enable extra fun guns"
-set g_new_toys_autoreplace 2 "0: never replace, 1: always auto replace guns by available new toys, 2: randomly auto replace guns by available new toys"
+set g_new_toys 1 "Mutator 'New Toys': enable extra fun guns"
+set g_new_toys_autoreplace 0 "0: never replace, 1: always auto replace guns by available new toys, 2: randomly auto replace guns by available new toys"
 set g_new_toys_use_pickupsound 0 "play the 'new toys, new toys!' roflsound when picking up a new toys weapon"