1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-08 12:58:13 -05:00

Meat: change powerup fx color to blue

This commit is contained in:
Jbleezy
2022-01-06 16:14:12 -08:00
parent 2006e84f0c
commit a982686ce3
2 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,7 @@
### Meat
* Able to drop when players are down
* Changed powerup fx color to blue
* Decreased time on ground from 16 seconds to 10 seconds
* Message shows when the meat is on a player
* Meleeing while the meat is moving no longer grabs the meat

View File

@ -241,6 +241,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_powerups["meat_stink"].solo = 1;
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;