Skip to content

Commit

Permalink
Merge pull request ReactiveDrop#694 from ModdedMarionette/patch-21
Browse files Browse the repository at this point in the history
updated dm_desert edits
  • Loading branch information
BenLubar authored Dec 21, 2023
2 parents 195fdb7 + a89ea4b commit 11860fc
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 11860fc

Please sign in to comment.