diff --git a/README.md b/README.md index 6ea3b91b..b5d920b4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/zm/_zm_reimagined.gsc b/scripts/zm/_zm_reimagined.gsc index bedf5ce8..2bb812f4 100644 --- a/scripts/zm/_zm_reimagined.gsc +++ b/scripts/zm/_zm_reimagined.gsc @@ -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;