mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-10 01:22:41 +00:00
# Conflicts: # _maps/map_files/Delta/delta.dmm # _maps/map_files/MetaStation/MetaStation.v41A.II.dmm # _maps/map_files/MetaStation/z4.dmm # _maps/map_files/RandomRuins/SpaceRuins/derelict5.dmm # _maps/map_files/RandomRuins/SpaceRuins/spacebar.dmm # _maps/map_files/RandomZLevels/spacebattle.dmm # _maps/map_files/cyberiad/cyberiad.dmm # _maps/map_files/cyberiad/z4.dmm # _maps/map_files/cyberiad/z6.dmm # _maps/map_files/generic/z5.dmm # code/__DEFINES/misc.dm # code/__HELPERS/unsorted.dm # code/game/objects/structures/lattice.dm # code/game/turfs/space/space.dm # code/modules/mob/mob.dm # code/modules/ruins/ruin_areas.dm # paradise.dme
47 lines
881 B
Plaintext
47 lines
881 B
Plaintext
//Parent types
|
|
|
|
/area/ruin
|
|
name = "\improper Unexplored Location"
|
|
icon_state = "away"
|
|
has_gravity = TRUE
|
|
there_can_be_many = TRUE
|
|
ambientsounds = list('sound/ambience/ambimine.ogg')
|
|
dynamic_lighting = DYNAMIC_LIGHTING_FORCED
|
|
|
|
/area/ruin/unpowered
|
|
always_unpowered = FALSE
|
|
|
|
/area/ruin/unpowered/no_grav
|
|
has_gravity = FALSE
|
|
|
|
/area/ruin/powered
|
|
requires_power = FALSE
|
|
|
|
//Areas
|
|
|
|
/area/ruin/unpowered/no_grav/way_home
|
|
name = "\improper Salvation"
|
|
icon_state = "away"
|
|
|
|
/area/ruin/powered/snow_biodome
|
|
|
|
/area/ruin/powered/golem_ship
|
|
name = "Free Golem Ship"
|
|
|
|
// Ruins of "onehalf" ship
|
|
/area/ruin/onehalf/hallway
|
|
name = "Hallway"
|
|
icon_state = "hallC"
|
|
|
|
/area/ruin/onehalf/drone_bay
|
|
name = "Mining Drone Bay"
|
|
icon_state = "engine"
|
|
|
|
/area/ruin/onehalf/dorms_med
|
|
name = "Crew Quarters"
|
|
icon_state = "Sleep"
|
|
|
|
/area/ruin/onehalf/bridge
|
|
name = "Bridge"
|
|
icon_state = "bridge"
|