From 335a57c8b32a16a7153b6d08665a6c3f5c2641a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com> Date: Sat, 1 Jun 2024 21:41:46 +0300 Subject: [PATCH] Use a more suitable spawn location during fight --- gamemode/gametypes/hl2ep2/mapscripts/ep2_outland_02.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gamemode/gametypes/hl2ep2/mapscripts/ep2_outland_02.lua b/gamemode/gametypes/hl2ep2/mapscripts/ep2_outland_02.lua index f16c906b..40e13337 100644 --- a/gamemode/gametypes/hl2ep2/mapscripts/ep2_outland_02.lua +++ b/gamemode/gametypes/hl2ep2/mapscripts/ep2_outland_02.lua @@ -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()