1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-09 13:28:15 -05:00

Fix changing phys params of other AI

Brutus: increase brutus_failed_paths_to_teleport
This commit is contained in:
Jbleezy
2023-04-30 01:06:54 -07:00
parent 9fedc136d9
commit adcf0f1ded
3 changed files with 6 additions and 3 deletions

View File

@ -52,7 +52,7 @@ init()
level.brutus_min_pulls_between_box_spawns = 4;
level.brutus_explosive_damage_for_helmet_pop = 1500;
level.brutus_explosive_damage_increase = 600;
level.brutus_failed_paths_to_teleport = 4;
level.brutus_failed_paths_to_teleport = 15;
level.brutus_do_prologue = 1;
level.brutus_min_spawn_delay = 10.0;
level.brutus_max_spawn_delay = 60.0;