1
0
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:
Jbleezy
2022-01-31 14:48:30 -08:00
parent 8df2aadf5b
commit f670dd5620
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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;