mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-06 11:50:55 +01:00
211ccbe233
* the majority * Update code/game/area/ss13_areas/science_areas.dm Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> --------- Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
25 lines
601 B
Plaintext
25 lines
601 B
Plaintext
GLOBAL_LIST_INIT(ruin_prototypes, list(/area/ruin,
|
|
/area/ruin/unpowered,
|
|
/area/ruin/powered,
|
|
/area/ruin/space,
|
|
/area/ruin/space/powered,
|
|
/area/ruin/space/unpowered,
|
|
/area/ruin/space/unpowered/no_grav))
|
|
|
|
//Parent types
|
|
|
|
/area/ruin
|
|
name = "\improper Unexplored Location"
|
|
icon_state = "away"
|
|
there_can_be_many = TRUE
|
|
dynamic_lighting = DYNAMIC_LIGHTING_FORCED
|
|
ambientsounds = RUINS_SOUNDS
|
|
sound_environment = SOUND_ENVIRONMENT_STONEROOM
|
|
airlock_wires = ZLVL_BASED_WIRES
|
|
|
|
/area/ruin/unpowered
|
|
|
|
/area/ruin/powered
|
|
requires_power = FALSE
|
|
|