diff --git a/code/WorkInProgress/Cael_Aislinn/Rust/areas.dm b/code/WorkInProgress/Cael_Aislinn/Rust/areas.dm index f3a9a4ea1c6..8887859fc0e 100644 --- a/code/WorkInProgress/Cael_Aislinn/Rust/areas.dm +++ b/code/WorkInProgress/Cael_Aislinn/Rust/areas.dm @@ -21,10 +21,6 @@ electrical_storage name = "\improper Electrical storage" - engine_monitoring - name = "\improper Electrical storage" - icon_state = "engine_monitoring" - reactor_core name = "\improper Reactor Core" //icon_state = "engine_core" diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm index 9c04d5b672d..8b400a208e9 100755 --- a/code/game/area/Space Station 13 areas.dm +++ b/code/game/area/Space Station 13 areas.dm @@ -922,16 +922,28 @@ var/list/ghostteleportlocs = list() /area/engine engine_smes - name = "\improper Engineering SMES" + name = "Engineering SMES" icon_state = "engine_smes" - requires_power = 0//This area only covers the batteries and they deal with their own power +// requires_power = 0//This area only covers the batteries and they deal with their own power + + engine_room + name = "\improper Engine Room" + icon_state = "engine" + + engine_airlock + name = "\improper Engine Room Airlock" + icon_state = "engine" + + engine_monitoring + name = "\improper Engine Monitoring Room" + icon_state = "engine_monitoring" engineering name = "Engineering" icon_state = "engine_smes" break_room - name = "\improper Engineering Foyer" + name = "Engineering Foyer" icon_state = "engine" chiefs_office diff --git a/icons/turf/areas.dmi b/icons/turf/areas.dmi index 27d974910bb..cbbc5232d05 100755 Binary files a/icons/turf/areas.dmi and b/icons/turf/areas.dmi differ