mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 07:37:56 -05:00
Tombstone: powerup waypoint no longer shows offscreen
This commit is contained in:
@ -3429,7 +3429,8 @@ tombstone_waypoint()
|
|||||||
hud.color = (0.5, 0.5, 0.5);
|
hud.color = (0.5, 0.5, 0.5);
|
||||||
hud.hidewheninmenu = 1;
|
hud.hidewheninmenu = 1;
|
||||||
hud.fadewhentargeted = 1;
|
hud.fadewhentargeted = 1;
|
||||||
hud setWaypoint(1, "specialty_tombstone_zombies");
|
hud setShader("specialty_tombstone_zombies", 8, 8);
|
||||||
|
hud setWaypoint(1);
|
||||||
|
|
||||||
self waittill_any("tombstone_grabbed", "tombstone_timedout");
|
self waittill_any("tombstone_grabbed", "tombstone_timedout");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user