From 525515fa3ebf0df444993ce3859b9a574e8bc97c Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Thu, 9 Mar 2023 18:57:26 -0800 Subject: [PATCH] Containment: move objective waypoint shader down --- scripts/zm/zgrief/zgrief_reimagined.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zm/zgrief/zgrief_reimagined.gsc b/scripts/zm/zgrief/zgrief_reimagined.gsc index fa38c88a..c32f3c6d 100644 --- a/scripts/zm/zgrief/zgrief_reimagined.gsc +++ b/scripts/zm/zgrief/zgrief_reimagined.gsc @@ -2588,7 +2588,7 @@ containment_think() } player.obj_waypoint.x = 0; - player.obj_waypoint.y = 100; + player.obj_waypoint.y = 140; player.obj_waypoint.z = 0; player.obj_waypoint setShader("waypoint_revive", getDvarInt("waypointIconWidth"), getDvarInt("waypointIconHeight")); }