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

Borough: slightly adjust Quick Revive location

This commit is contained in:
Jbleezy
2021-12-24 04:35:14 -08:00
parent 14f87adfa3
commit 6a0abdb3d3

View File

@ -1437,7 +1437,7 @@ borough_move_quickrevive_machine()
}
// spawn new machine
perk_location_struct.origin += (0, -30, 0); // fix for location being slightly off
perk_location_struct.origin += (0, -32, 0); // fix for location being off
use_trigger = spawn( "trigger_radius_use", perk_location_struct.origin + vectorScale( ( 0, 0, 1 ), 30 ), 0, 40, 70 );
use_trigger.targetname = "zombie_vending";
use_trigger.script_noteworthy = perk_struct.script_noteworthy;