refactor: remove many unused areas. (#25893)

* refactor: remove many unused areas.

* correct pod number
This commit is contained in:
warriorstar-orion
2024-06-20 07:38:33 -04:00
committed by GitHub
parent c7d6e83d7e
commit 5f2b7d7cd0
21 changed files with 19 additions and 355 deletions
@@ -464,11 +464,6 @@
requires_power = FALSE
dynamic_lighting = DYNAMIC_LIGHTING_FORCED
/area/ruin/ancientstation/space
name = "Exposed To Space"
icon_state = "teleporter"
has_gravity = FALSE
/area/ruin/ancientstation/atmo
name = "Beta Station Atmospherics"
icon_state = "red"
@@ -479,10 +474,6 @@
name = "Beta Station North Corridor"
icon_state = "purple"
/area/ruin/ancientstation/solar
name = "Station Solar Array"
icon_state = "panelsAP"
/area/ruin/ancientstation/engi
name = "Charlie Station Engineering"
icon_state = "engine"
+1 -3
View File
@@ -13,19 +13,17 @@
/datum/event/prison_break/virology
eventDept = "Medical"
areaName = list("Virology")
areaType = list(/area/station/medical/virology, /area/station/medical/virology/lab)
areaType = list(/area/station/medical/virology)
/datum/event/prison_break/xenobiology
eventDept = "Science"
areaName = list("Xenobiology")
areaType = list(/area/station/science/xenobiology)
areaNotType = list(/area/station/science/xenobiology/xenoflora, /area/station/science/xenobiology/xenoflora_storage)
/datum/event/prison_break/station
eventDept = "Station"
areaName = list("Brig","Virology","Xenobiology")
areaType = list(/area/station/security/prison, /area/station/security/brig, /area/station/security/permabrig, /area/station/medical/virology, /area/station/medical/virology/lab, /area/station/science/xenobiology)
areaNotType = list(/area/station/science/xenobiology/xenoflora, /area/station/science/xenobiology/xenoflora_storage)
/datum/event/prison_break/setup()
-3
View File
@@ -12,9 +12,6 @@
/area/ruin/unpowered
always_unpowered = FALSE
/area/ruin/unpowered/no_grav
has_gravity = FALSE
/area/ruin/powered
requires_power = FALSE