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:
@ -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
|
||||
}
|
@ -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()
|
||||
|
Reference in New Issue
Block a user