mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
New areas for engineering remap
- Also moved hallway from Caels Rust areas.dm file to main Space Station 13 areas.dm file
This commit is contained in:
@@ -68,7 +68,3 @@
|
|||||||
storage_hard
|
storage_hard
|
||||||
name = "\improper Engineering Hard Storage"
|
name = "\improper Engineering Hard Storage"
|
||||||
icon_state = "engine_storage"
|
icon_state = "engine_storage"
|
||||||
|
|
||||||
hallway
|
|
||||||
name = "\improper Engineering storage"
|
|
||||||
icon_state = "engine_hallway"
|
|
||||||
|
|||||||
@@ -664,6 +664,10 @@ var/list/ghostteleportlocs = list()
|
|||||||
name = "Waste Disposal"
|
name = "Waste Disposal"
|
||||||
icon_state = "disposal"
|
icon_state = "disposal"
|
||||||
|
|
||||||
|
/area/maintenance/evahallway
|
||||||
|
name = "\improper EVA Hallway"
|
||||||
|
icon_state = "eva"
|
||||||
|
|
||||||
//Hallway
|
//Hallway
|
||||||
|
|
||||||
/area/hallway/primary/fore
|
/area/hallway/primary/fore
|
||||||
@@ -938,18 +942,38 @@ var/list/ghostteleportlocs = list()
|
|||||||
name = "\improper Engine Monitoring Room"
|
name = "\improper Engine Monitoring Room"
|
||||||
icon_state = "engine_monitoring"
|
icon_state = "engine_monitoring"
|
||||||
|
|
||||||
|
engineering_monitoring
|
||||||
|
name = "\improper Engineering Monitoring Room"
|
||||||
|
icon_state = "engine_monitoring"
|
||||||
|
|
||||||
engineering
|
engineering
|
||||||
name = "Engineering"
|
name = "Engineering"
|
||||||
icon_state = "engine_smes"
|
icon_state = "engine_smes"
|
||||||
|
|
||||||
|
engineering_foyer
|
||||||
|
name = "\improper Engineering Foyer"
|
||||||
|
icon_state = "engine"
|
||||||
|
|
||||||
break_room
|
break_room
|
||||||
name = "Engineering Foyer"
|
name = "\improper Engineering Break Room"
|
||||||
icon_state = "engine"
|
icon_state = "engine"
|
||||||
|
|
||||||
chiefs_office
|
chiefs_office
|
||||||
name = "\improper Chief Engineer's office"
|
name = "\improper Chief Engineer's office"
|
||||||
icon_state = "engine_control"
|
icon_state = "engine_control"
|
||||||
|
|
||||||
|
hallway
|
||||||
|
name = "\improper Engineering Hallway"
|
||||||
|
icon_state = "engine_hallway"
|
||||||
|
|
||||||
|
workshop
|
||||||
|
name = "\improper Engineering Workshop"
|
||||||
|
icon_state = "engine_storage"
|
||||||
|
|
||||||
|
locker_room
|
||||||
|
name = "\improper Engineering Locker Room"
|
||||||
|
icon_state = "engine_storage"
|
||||||
|
|
||||||
|
|
||||||
//Solars
|
//Solars
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user