From 7e035990101bc4107205835a5cfc44e4083dfd1a Mon Sep 17 00:00:00 2001 From: jimmyl <70376633+mc-oofert@users.noreply.github.com> Date: Tue, 20 Feb 2024 19:20:27 +0100 Subject: [PATCH] [no gbp] marks deathmatch areas as NOTELEPORT, and abductor and event proof (#81557) ## About The Pull Request marks deathmatch areas as NOTELEPORT, and abductor and event proof ## Why It's Good For The Game ok just incase they shouldnt be able to get out of here --- code/modules/deathmatch/deathmatch_mapping.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/deathmatch/deathmatch_mapping.dm b/code/modules/deathmatch/deathmatch_mapping.dm index 62eca161583..9f6a5b4f594 100644 --- a/code/modules/deathmatch/deathmatch_mapping.dm +++ b/code/modules/deathmatch/deathmatch_mapping.dm @@ -2,7 +2,7 @@ name = "Deathmatch Arena" requires_power = FALSE has_gravity = STANDARD_GRAVITY - area_flags = UNIQUE_AREA | UNIQUE_AREA + area_flags = UNIQUE_AREA | NOTELEPORT | ABDUCTOR_PROOF | EVENT_PROTECTED /area/deathmatch/fullbright static_lighting = FALSE