Skip to content

Commit

Permalink
Use a more suitable spawn location during fight
Browse files Browse the repository at this point in the history
  • Loading branch information
ZehMatt committed Jun 1, 2024
1 parent b7dfae6 commit 335a57c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gamemode/gametypes/hl2ep2/mapscripts/ep2_outland_02.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ MAPSCRIPT.GlobalStates = {
}

MAPSCRIPT.Checkpoints = {
{
Pos = Vector(-3189, -9255, -875),
Ang = Angle(0, 0, 0),
Trigger = {
Pos = Vector(-2031, -8637, -715),
Mins = Vector(-150, -150, 0),
Maxs = Vector(150, 150, 76)
}
},
}

function MAPSCRIPT:PostInit()
Expand Down

0 comments on commit 335a57c

Please sign in to comment.