mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 15:17:57 -05:00
Sliquifier: add upgraded version
This commit is contained in:
@ -172,6 +172,7 @@
|
||||
* Weapon is taken when overheated
|
||||
|
||||
### Sliquifier
|
||||
* Added upgraded version
|
||||
* Kills on any round (normally stops killing after round 100)
|
||||
* Removed additional goo created by chain kills
|
||||
|
||||
|
@ -207,6 +207,8 @@ post_all_players_spawned()
|
||||
level.equipment_subwoofer_needs_power = 0;
|
||||
level.limited_weapons["ray_gun_zm"] = undefined;
|
||||
level.limited_weapons["raygun_mark2_zm"] = 1;
|
||||
level.zombie_weapons["slipgun_zm"].upgrade_name = "slipgun_upgraded_zm";
|
||||
level.zombie_weapons_upgraded["slipgun_upgraded_zm"] = "slipgun_zm";
|
||||
level.zombie_vars["emp_stun_range"] = 420;
|
||||
level.zombie_vars["slipgun_reslip_rate"] = 0;
|
||||
level.zombie_ai_limit_screecher = 1;
|
||||
|
Reference in New Issue
Block a user