mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-10 05:48:31 -05:00
Remove meat pick up trigger
This commit is contained in:
@ -288,6 +288,7 @@
|
|||||||
* Meleeing while the meat is moving no longer grabs the meat
|
* 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 throws the meat
|
||||||
* Meleeing while the meat is moving activates more consistently
|
* Meleeing while the meat is moving activates more consistently
|
||||||
|
* Removed pick up trigger
|
||||||
|
|
||||||
## Persistent Upgrades
|
## Persistent Upgrades
|
||||||
* Removed
|
* Removed
|
||||||
|
@ -235,6 +235,7 @@ post_all_players_spawned()
|
|||||||
level.explode_overheated_jetgun = 0;
|
level.explode_overheated_jetgun = 0;
|
||||||
level.unbuild_overheated_jetgun = 0;
|
level.unbuild_overheated_jetgun = 0;
|
||||||
level.take_overheated_jetgun = 1;
|
level.take_overheated_jetgun = 1;
|
||||||
|
level.dont_allow_meat_interaction = 1;
|
||||||
level.speed_change_round = undefined;
|
level.speed_change_round = undefined;
|
||||||
level.playersuicideallowed = undefined;
|
level.playersuicideallowed = undefined;
|
||||||
level.disable_free_perks_before_power = undefined;
|
level.disable_free_perks_before_power = undefined;
|
||||||
|
Reference in New Issue
Block a user