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

Grief: Brutus stays on map after round restart

This commit is contained in:
Jbleezy
2022-01-08 04:51:57 -08:00
parent d1129dde2f
commit d6afabd63f
2 changed files with 6 additions and 0 deletions

View File

@ -30,4 +30,9 @@ brutus_health_increases()
}
level.brutus_last_spawn_round = level.round_number;
}
}
brutus_cleanup_at_end_of_grief_round()
{
// stays on map
}

View File

@ -7,6 +7,7 @@
main()
{
replaceFunc(maps/mp/zombies/_zm_ai_brutus::brutus_health_increases, scripts/zm/replaced/_zm_ai_brutus::brutus_health_increases);
replaceFunc(maps/mp/zombies/_zm_ai_brutus::brutus_cleanup_at_end_of_grief_round, scripts/zm/replaced/_zm_ai_brutus::brutus_cleanup_at_end_of_grief_round);
}
init()