1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-02 10:00:27 -05:00

Meat powerup: fix not working after fast_restart

Meat powerup: optimize Meat weapon init code
This commit is contained in:
Jbleezy
2023-12-27 22:41:26 -08:00
parent 3fffb47e34
commit e59883db37
5 changed files with 76 additions and 38 deletions

View File

@ -66,7 +66,6 @@ main()
init()
{
precacheModel("t6_wpn_zmb_severedhead_world");
precacheModel("collision_clip_32x32x32");
level.zombie_init_done = ::zombie_init_done;
@ -75,7 +74,6 @@ init()
level.custom_laststand_func = scripts\zm\replaced\_zm_perk_electric_cherry::electric_cherry_laststand;
level.zombie_vars["below_world_check"] = -15000;
level.zombie_powerups["meat_stink"].model_name = "t6_wpn_zmb_severedhead_world";
maps\mp\zombies\_zm::spawn_life_brush((94, 6063, 240), 256, 256);