1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-10 22:08:14 -05:00

Remove meat pick up trigger

This commit is contained in:
Jbleezy
2023-02-28 16:50:48 -08:00
parent 3b82ca3705
commit 9cb941b6cd
2 changed files with 2 additions and 0 deletions

View File

@ -235,6 +235,7 @@ post_all_players_spawned()
level.explode_overheated_jetgun = 0;
level.unbuild_overheated_jetgun = 0;
level.take_overheated_jetgun = 1;
level.dont_allow_meat_interaction = 1;
level.speed_change_round = undefined;
level.playersuicideallowed = undefined;
level.disable_free_perks_before_power = undefined;