From 85e8aa23b859b3dceda46905cfd4a36f085baf6f Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Sun, 24 Nov 2019 18:17:13 -0500 Subject: [PATCH] Now Sod Off, Travis Turns out that issue was area test didn't have chapel_fore/aft enabled and needed to be in Space Station 13 areas_vr.dm. Pbt. --- code/game/area/Space Station 13 areas_vr.dm | 10 ++++++++++ maps/northern_star/northern_star_areas.dm | 8 -------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/code/game/area/Space Station 13 areas_vr.dm b/code/game/area/Space Station 13 areas_vr.dm index 330d703ac0..1acffac70d 100644 --- a/code/game/area/Space Station 13 areas_vr.dm +++ b/code/game/area/Space Station 13 areas_vr.dm @@ -248,3 +248,13 @@ /area/engineering/engine_gas name = "\improper Engine Gas Storage" icon_state = "engine_waste" + +//CHOMPStation Addition Start - TFF 24/11/19 - New areas for Chapel Maint. +/area/maintenance/chapel_aft + name = "Chapel Maintenance - Aft" + icon_state = "maint_chapel" + +/area/maintenance/chapel_fore + name = "Chapel Maintenance - Fore" + icon_state = "maint_chapel" +//CHOMPStation Addition End \ No newline at end of file diff --git a/maps/northern_star/northern_star_areas.dm b/maps/northern_star/northern_star_areas.dm index a2aefa226c..b83c762aba 100644 --- a/maps/northern_star/northern_star_areas.dm +++ b/maps/northern_star/northern_star_areas.dm @@ -26,14 +26,6 @@ name = "Mining Outpost Emergency Storage" //TFF 28/9/19 - Add more areas. Again. -/area/maintenance/chapel_aft - name = "Chapel Maintenance - Aft" - icon_state = "maint_chapel" - -/area/maintenance/chapel_fore - name = "Chapel Maintenance - Fore" - icon_state = "maint_chapel" - /area/crew_quarters/bar_backroom name = "Bar Backroom" icon_state = "bar"