1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-09 21:38:09 -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

@ -288,6 +288,7 @@
* Meleeing while the meat is moving no longer grabs the meat
* Meleeing while the meat is moving throws the meat
* Meleeing while the meat is moving activates more consistently
* Removed pick up trigger
## Persistent Upgrades
* Removed

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;