From 564ebb2c9c1f68111da6e692cb25015d5d1d6ead Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Thu, 16 Dec 2021 01:51:06 -0800 Subject: [PATCH] Grief: remove Monkey Bombs --- README.md | 3 ++- scripts/zm/main/_zm_reimagined_zgrief.gsc | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be1d0974..c000c32f 100644 --- a/README.md +++ b/README.md @@ -258,12 +258,13 @@ * Stunning enemy players steals 10 points from them * Downing enemy players awards 5% of their current points * Bleeding out enemy players awards 10% of your current points to all teammates -* Landing on top of an enemy player that is prone downs them +* Landing on top of an enemy player that is prone downs the bottom player * Increased max radius for landing on top of an enemy player by 33% * Decreased max height for landing on top of an enemy player by 40% * Added kill feed (includes downs, revives, and bleedouts) * Added player kills on scoreboard * Added player downed and bled out icons on scoreboard +* Removed Monkey Bombs from the Mystery Box * Meat powerup is able to drop when players are down * Announcer audio always plays * Last player alive audio only plays for the player who is alive instead of every player on the team diff --git a/scripts/zm/main/_zm_reimagined_zgrief.gsc b/scripts/zm/main/_zm_reimagined_zgrief.gsc index 58982046..fb90ce2d 100644 --- a/scripts/zm/main/_zm_reimagined_zgrief.gsc +++ b/scripts/zm/main/_zm_reimagined_zgrief.gsc @@ -150,6 +150,7 @@ set_grief_vars() level.zombie_vars["zombie_health_increase"] = 0; level.zombie_vars["zombie_health_increase_multiplier"] = 0; level.zombie_vars["zombie_spawn_delay"] = 0.5; + level.zombie_weapons["cymbal_monkey_zm"].is_in_box = 0; level.zombie_powerups["meat_stink"].func_should_drop_with_regular_powerups = ::func_should_drop_meat; level.brutus_health = 20000; level.brutus_expl_dmg_req = 12000;