mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 18:47:20 +01:00
82 lines
1.7 KiB
Plaintext
82 lines
1.7 KiB
Plaintext
|
|
/area/generic
|
|
name = "Unknown"
|
|
icon_state = "storage"
|
|
|
|
/// will be unused once kurper gets his login interface patch done
|
|
/area/start
|
|
name = "start area"
|
|
icon_state = "start"
|
|
requires_power = FALSE
|
|
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
|
has_gravity = TRUE
|
|
ambientsounds = null // No ambient sounds in the lobby
|
|
|
|
|
|
/area/space
|
|
icon_state = "space"
|
|
requires_power = FALSE
|
|
always_unpowered = TRUE
|
|
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
|
valid_territory = FALSE
|
|
outdoors = TRUE
|
|
ambientsounds = SPACE_SOUNDS
|
|
sound_environment = SOUND_AREA_SPACE
|
|
|
|
/area/space/nearstation
|
|
icon_state = "space_near"
|
|
dynamic_lighting = DYNAMIC_LIGHTING_IFSTARLIGHT
|
|
|
|
/area/space/nearstation/disposals
|
|
icon_state = "nearspace_disposals"
|
|
|
|
/area/space/nearstation/centcom
|
|
icon_state = "space_near_cc"
|
|
|
|
/area/space/atmosalert()
|
|
return
|
|
|
|
/area/space/firealert(obj/source)
|
|
return
|
|
|
|
/area/space/firereset(obj/source)
|
|
return
|
|
|
|
/area/space/centcomm
|
|
icon_state = "space_cc"
|
|
|
|
//SYNDICATES
|
|
|
|
/area/syndicate_mothership
|
|
name = "\improper Syndicate Forward Base"
|
|
icon_state = "syndie-ship"
|
|
requires_power = FALSE
|
|
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
|
nad_allowed = TRUE
|
|
ambientsounds = HIGHSEC_SOUNDS
|
|
|
|
/area/syndicate_mothership/control
|
|
name = "\improper Syndicate Control Room"
|
|
icon_state = "syndie-control"
|
|
|
|
/area/syndicate_mothership/elite_squad
|
|
name = "\improper Syndicate Elite Squad"
|
|
icon_state = "syndie-elite"
|
|
|
|
/area/syndicate_mothership/infteam
|
|
name = "\improper Syndicate Infiltrators"
|
|
icon_state = "syndie-elite"
|
|
|
|
/area/syndicate_mothership/jail
|
|
name = "\improper Syndicate Jail"
|
|
|
|
// idk what this area is
|
|
/area/mint
|
|
name = "\improper Mint"
|
|
icon_state = "green"
|
|
|
|
//GAYBAR
|
|
/area/secret/gaybar
|
|
name = "\improper Dance Bar"
|
|
icon_state = "dancebar"
|