1
0
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:
Jbleezy
2023-04-02 07:10:19 -07:00
parent 34b860a60e
commit ba8df2b4aa

View File

@ -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;