mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-22 13:10:28 -05:00
Buried: decrease Arthur barricade trigger radius
This commit is contained in:
@ -128,7 +128,7 @@ sloth_barricades_buyable()
|
||||
continue;
|
||||
}
|
||||
|
||||
debris_trig = spawn( "trigger_box_use", trig.origin, 0, 192, 192, 128 );
|
||||
debris_trig = spawn( "trigger_box_use", trig.origin, 0, 128, 128, 128 );
|
||||
debris_trig.targetname = "zombie_debris";
|
||||
debris_trig.target = trig.target;
|
||||
debris_trig.script_noteworthy = trig.script_noteworthy;
|
||||
|
Reference in New Issue
Block a user