From 9dbd20ca919edf2ee24ff1bf5810edeeeb413d22 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Sat, 6 May 2023 16:47:32 -0700 Subject: [PATCH] Tombstone: powerup waypoint no longer shows offscreen --- scripts/zm/_zm_reimagined.gsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/zm/_zm_reimagined.gsc b/scripts/zm/_zm_reimagined.gsc index 92cd463f..f7439aa0 100644 --- a/scripts/zm/_zm_reimagined.gsc +++ b/scripts/zm/_zm_reimagined.gsc @@ -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");