1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 07:08:06 -05:00

Tombstone: powerup waypoint no longer shows offscreen

This commit is contained in:
Jbleezy
2023-05-06 16:47:32 -07:00
parent 3c937281e0
commit 9dbd20ca91

View File

@ -3429,7 +3429,8 @@ tombstone_waypoint()
hud.color = (0.5, 0.5, 0.5);
hud.hidewheninmenu = 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");