From 1318eaa49c5c40690abd0c6b677b56a574095163 Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 10 Sep 2020 02:09:06 -0700 Subject: [PATCH] Fixes some commenting --- code/game/area/Space Station 13 areas.dm | 8 ++++++-- .../game/machinery/embedded_controller/mapping_helpers.dm | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm index 1b7b7ed38e..f1487df654 100755 --- a/code/game/area/Space Station 13 areas.dm +++ b/code/game/area/Space Station 13 areas.dm @@ -360,6 +360,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station //ENEMY //names are used +// CHOMPEdit start: Shuttle condensing /area/syndicate_station name = "\improper Independent Station" icon_state = "yellow" @@ -377,6 +378,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station base_turf = /turf/space ambience = AMBIENCE_HIGHSEC flags = AREA_FLAG_IS_NOT_PERSISTENT +// CHOMPEdit End: Shuttle condensing /area/wizard_station name = "\improper Wizard's Den" @@ -386,7 +388,8 @@ NOTE: there are two lists of areas in the end of this file: centcom and station ambience = AMBIENCE_OTHERWORLDLY flags = AREA_FLAG_IS_NOT_PERSISTENT -/area/skipjack_station // CHOMPEdit: Condensing shuttles +// CHOMPEdit Start: Shuttle condensing +/area/skipjack_station name = "Raider Outpost" icon_state = "yellow" requires_power = 0 @@ -394,13 +397,14 @@ NOTE: there are two lists of areas in the end of this file: centcom and station flags = RAD_SHIELDED ambience = AMBIENCE_HIGHSEC -/area/shuttle/skipjack // CHOMPEdit: Condensing shuttles +/area/shuttle/skipjack name = "\improper Skipjack" icon_state = "yellow" requires_power = 0 base_turf = /turf/space ambience = AMBIENCE_HIGHSEC flags = AREA_FLAG_IS_NOT_PERSISTENT +// CHOMPEdit End: Shuttle condensing //PRISON /area/prison diff --git a/code/game/machinery/embedded_controller/mapping_helpers.dm b/code/game/machinery/embedded_controller/mapping_helpers.dm index 6c64e9406a..f1cb6d21c8 100644 --- a/code/game/machinery/embedded_controller/mapping_helpers.dm +++ b/code/game/machinery/embedded_controller/mapping_helpers.dm @@ -140,6 +140,7 @@ Any frequency works, it's self-setting, but it seems like people have decided 13 Sensors - did you know they function as buttons? You don't also need a button. CHOMPEdit: They don't function identically to buttons. They're also entirely unnecessary for station use because of their complexity. They do function well and should be used for shuttle airlocks but unchanging environments don't need sensors. + A chamber sensor is still necessary. */ /obj/effect/map_helper/airlock/sensor name = "use a subtype! - airlock sensor" @@ -205,4 +206,5 @@ Any frequency works, it's self-setting, but it seems like people have decided 13 name = "interior button" icon_state = "btnin" tag_addon = "_interior_button" - command = "cycle_interior" \ No newline at end of file + command = "cycle_interior" +// CHOMPStation Addition End \ No newline at end of file