mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Merge pull request #7770 from SamHPurp/motherfucking-delta-station
Ports Delta Station
This commit is contained in:
@@ -161,6 +161,9 @@ var/list/ghostteleportlocs = list()
|
||||
/area/shuttle/arrival/station
|
||||
icon_state = "shuttle"
|
||||
|
||||
/area/shuttle/auxillary_base
|
||||
icon_state = "shuttle"
|
||||
|
||||
/area/shuttle/escape
|
||||
name = "\improper Emergency Shuttle"
|
||||
music = "music/escape.ogg"
|
||||
@@ -967,6 +970,14 @@ var/list/ghostteleportlocs = list()
|
||||
power_light = 0
|
||||
power_environ = 0
|
||||
|
||||
/area/maintenance/electrical_shop
|
||||
name ="Electronics Den"
|
||||
icon_state = "yellow"
|
||||
|
||||
/area/maintenance/gambling_den
|
||||
name = "Gambling Den"
|
||||
icon_state = "yellow"
|
||||
|
||||
/area/maintenance/consarea
|
||||
name = "Alternate Construction Area"
|
||||
icon_state = "yellow"
|
||||
@@ -1176,6 +1187,10 @@ var/list/ghostteleportlocs = list()
|
||||
name = "\improper Bar"
|
||||
icon_state = "bar"
|
||||
|
||||
/area/crew_quarters/bar/atrium
|
||||
name = "Atrium"
|
||||
icon_state = "bar"
|
||||
|
||||
/area/crew_quarters/theatre
|
||||
name = "\improper Theatre"
|
||||
icon_state = "Theatre"
|
||||
@@ -1185,8 +1200,12 @@ var/list/ghostteleportlocs = list()
|
||||
icon_state = "Theatre"
|
||||
|
||||
/area/library
|
||||
name = "\improper Library"
|
||||
icon_state = "library"
|
||||
name = "\improper Library"
|
||||
icon_state = "library"
|
||||
|
||||
/area/library/abandoned
|
||||
name = "\improper Abandoned Library"
|
||||
icon_state = "library"
|
||||
|
||||
/area/chapel/main
|
||||
name = "\improper Chapel"
|
||||
@@ -1365,6 +1384,14 @@ var/list/ghostteleportlocs = list()
|
||||
name = "\improper Mechanic Workshop"
|
||||
icon_state = "engine"
|
||||
|
||||
/area/engine/mechanic_workshop/hanger
|
||||
name = "\improper Hanger Bay"
|
||||
icon_state = "engine"
|
||||
|
||||
/area/engine/supermatter
|
||||
name = "\improper Supermatter Engine"
|
||||
icon_state = "engine"
|
||||
|
||||
//Solars
|
||||
|
||||
/area/solar
|
||||
@@ -1838,6 +1865,10 @@ area/security/podbay
|
||||
name = "\improper Hydroponics"
|
||||
icon_state = "hydro"
|
||||
|
||||
/area/hydroponics/abandoned_garden
|
||||
name = "\improper Abandoned Garden"
|
||||
icon_state = "hydro"
|
||||
|
||||
//Toxins
|
||||
|
||||
/area/toxins/lab
|
||||
@@ -2163,6 +2194,10 @@ area/security/podbay
|
||||
name = "\improper Construction Area"
|
||||
icon_state = "yellow"
|
||||
|
||||
/area/mining_construction
|
||||
name = "Auxillary Base Construction"
|
||||
icon_state = "yellow"
|
||||
|
||||
/area/construction/supplyshuttle
|
||||
name = "\improper Supply Shuttle"
|
||||
icon_state = "yellow"
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
/datum/map/delta
|
||||
name = "Delta"
|
||||
full_name = "NSS Kerberos"
|
||||
|
||||
station_name = "NSS Kerberos"
|
||||
station_short = "Kerberos"
|
||||
dock_name = "NAS Trurl"
|
||||
company_name = "Nanotrasen"
|
||||
company_short = "NT"
|
||||
starsys_name = "Epsilon Eridani "
|
||||
Reference in New Issue
Block a user