1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Jet Gun: add back drop to ground

This commit is contained in:
Jbleezy
2022-01-26 04:46:53 -08:00
parent ac108ffde5
commit 323a8b11cc
2 changed files with 0 additions and 2 deletions

View File

@ -163,7 +163,6 @@
* Cools down twice as fast
* Cools down while not holding weapon
* No longer automatically switched to weapon when picked up
* No longer dropped to the ground when another buildable is taken
* No longer disassembles when overheated
* Weapon is taken when overheated

View File

@ -211,7 +211,6 @@ post_all_players_spawned()
level.zombie_vars["emp_stun_range"] = 420;
//level.zombies_vars["jetgun_grind_range"] = 256; // TODO: get this to work
level.zombie_vars["slipgun_reslip_rate"] = 0;
level.zombie_equipment["jetgun_zm"].drop_fn = undefined;
level.zombie_ai_limit_screecher = 1;
level.explode_overheated_jetgun = 0;
level.unbuild_overheated_jetgun = 0;