From a89ea4b8be158014b3b87250ca9fd4fe9692e30d Mon Sep 17 00:00:00 2001 From: ModdedMarionette <87785920+ModdedMarionette@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:10:05 -0500 Subject: [PATCH] updated dm_desert edits --- .../scripts/vscripts/challenge_asw_infection_props.nut | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reactivedrop/content/infection/scripts/vscripts/challenge_asw_infection_props.nut b/reactivedrop/content/infection/scripts/vscripts/challenge_asw_infection_props.nut index efb23f502..034e76a06 100644 --- a/reactivedrop/content/infection/scripts/vscripts/challenge_asw_infection_props.nut +++ b/reactivedrop/content/infection/scripts/vscripts/challenge_asw_infection_props.nut @@ -25,6 +25,11 @@ function PropInit() if (g_mapName == "dm_desert") { + if (Convars.GetFloat( "asw_controls" ) == 1) + { + SpawnProp("fence_long", Vector(463, 4114, 124), Vector(0, 90, 0)); + } + SpawnProp("platform", Vector(570, 2654, 172), Vector(0, 0, 0)); SpawnProp("pipe_long", Vector(286, 2366, 210), Vector(90, 0, 0));