From aa0cf73cc7011b7ac4e35567960bb7c595441e7b Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Fri, 17 Mar 2023 18:49:18 -0700 Subject: [PATCH] Docks: fix wolf powerup not spawning at correct location --- scripts/zm/replaced/zm_alcatraz_weap_quest.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zm/replaced/zm_alcatraz_weap_quest.gsc b/scripts/zm/replaced/zm_alcatraz_weap_quest.gsc index c36a5db2..01e7e553 100644 --- a/scripts/zm/replaced/zm_alcatraz_weap_quest.gsc +++ b/scripts/zm/replaced/zm_alcatraz_weap_quest.gsc @@ -93,7 +93,7 @@ wolf_spit_out_powerup() } } - if (level.scr_zm_map_start_location == "docks") + if (getDvar("ui_zm_mapstartlocation_fake") == "docks") { power_origin_struct = spawnStruct(); power_origin_struct.origin = ( 41.4695, 6096.17, -102.9326 );