mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-04 19:01:17 +01:00
357a772b6f
* Thank god it's actually a real shuttle now I hate the gamma armoury so much. * Update shuttle.dm * preset docking ports woo * named ports * Update shuttle.dm * lateload woo! * god * Update misc_admin_procs.dm * Update SSshuttles.dm * Update misc_admin_procs.dm * Apply suggestions from code review Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com> --------- Signed-off-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com> Co-authored-by: Fordoxia <143041327+Fordoxia@users.noreply.github.com> Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
135 lines
3.1 KiB
Plaintext
135 lines
3.1 KiB
Plaintext
//These are shuttle areas, they must contain two areas in a subgroup if you want to move a shuttle from one
|
|
//place to another. Look at escape shuttle for example.
|
|
//All shuttles show now be under shuttle since we have smooth-wall code.
|
|
|
|
/area/shuttle
|
|
no_teleportlocs = TRUE
|
|
requires_power = FALSE
|
|
valid_territory = FALSE
|
|
dynamic_lighting = DYNAMIC_LIGHTING_FORCED
|
|
parallax_move_direction = NORTH
|
|
sound_environment = SOUND_ENVIRONMENT_ROOM
|
|
|
|
/area/shuttle/arrival
|
|
name = "\improper Arrival Shuttle"
|
|
parallax_move_direction = EAST
|
|
|
|
/area/shuttle/arrival/station
|
|
icon_state = "shuttle"
|
|
|
|
/area/shuttle/auxillary_base
|
|
icon_state = "shuttle"
|
|
|
|
/area/shuttle/escape
|
|
name = "\improper Emergency Shuttle"
|
|
icon_state = "shuttle2"
|
|
nad_allowed = TRUE
|
|
|
|
/area/shuttle/pod_1
|
|
name = "\improper Escape Pod One"
|
|
icon_state = "shuttle"
|
|
nad_allowed = TRUE
|
|
|
|
/area/shuttle/pod_2
|
|
name = "\improper Escape Pod Two"
|
|
icon_state = "shuttle"
|
|
nad_allowed = TRUE
|
|
|
|
/area/shuttle/pod_3
|
|
name = "\improper Escape Pod Three"
|
|
icon_state = "shuttle"
|
|
nad_allowed = TRUE
|
|
parallax_move_direction = EAST
|
|
|
|
/area/shuttle/pod_4
|
|
name = "\improper Escape Pod Four"
|
|
icon_state = "shuttle"
|
|
nad_allowed = TRUE
|
|
parallax_move_direction = EAST
|
|
|
|
/area/shuttle/mining
|
|
name = "\improper Mining Shuttle"
|
|
icon_state = "shuttle"
|
|
|
|
/area/shuttle/transport
|
|
icon_state = "shuttle"
|
|
name = "\improper Transport Shuttle"
|
|
parallax_move_direction = EAST
|
|
|
|
/area/shuttle/gamma
|
|
name = "\improper Gamma Armory Shuttle"
|
|
icon_state = "shuttle"
|
|
|
|
/area/shuttle/siberia
|
|
name = "\improper Labor Camp Shuttle"
|
|
icon_state = "shuttle"
|
|
|
|
/area/shuttle/specops
|
|
name = "\improper Special Ops Shuttle"
|
|
icon_state = "shuttlered"
|
|
parallax_move_direction = EAST
|
|
|
|
/area/shuttle/syndicate_elite
|
|
name = "\improper Syndicate Elite Shuttle"
|
|
icon_state = "shuttlered"
|
|
nad_allowed = TRUE
|
|
parallax_move_direction = SOUTH
|
|
|
|
/area/shuttle/syndicate_sit
|
|
name = "\improper Syndicate SIT Shuttle"
|
|
icon_state = "shuttlered"
|
|
nad_allowed = TRUE
|
|
parallax_move_direction = SOUTH
|
|
|
|
/area/shuttle/assault_pod
|
|
name = "Steel Rain"
|
|
icon_state = "shuttle"
|
|
|
|
/area/shuttle/administration
|
|
name = "\improper Nanotrasen Vessel"
|
|
icon_state = "shuttlered"
|
|
parallax_move_direction = EAST
|
|
|
|
/area/shuttle/administration/centcom
|
|
name = "\improper Nanotrasen Vessel Centcom"
|
|
|
|
/area/shuttle/administration/station
|
|
icon_state = "shuttlered2"
|
|
|
|
// === Trying to remove these areas:
|
|
|
|
/area/shuttle/supply
|
|
name = "Supply Shuttle"
|
|
icon_state = "shuttle3"
|
|
|
|
/area/shuttle/abandoned
|
|
name = "Abandoned Ship"
|
|
icon_state = "shuttle"
|
|
parallax_move_direction = WEST
|
|
|
|
/area/shuttle/syndicate
|
|
name = "Syndicate Nuclear Team Shuttle"
|
|
icon_state = "shuttle"
|
|
nad_allowed = TRUE
|
|
|
|
/area/shuttle/trade
|
|
name = "Trade Shuttle"
|
|
icon_state = "shuttle"
|
|
|
|
/area/shuttle/trade/sol
|
|
name = "Sol Freighter"
|
|
parallax_move_direction = EAST
|
|
|
|
/area/shuttle/freegolem
|
|
name = "Free Golem Ship"
|
|
icon_state = "purple"
|
|
xenobiology_compatible = TRUE
|
|
parallax_move_direction = WEST
|
|
|
|
/// Currently disabled as our shuttle system does not support TG-shuttle areas yet
|
|
// /area/shuttle/transit
|
|
// name = "Hyperspace"
|
|
// desc = "Weeeeee"
|
|
// dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
|
// there_can_be_many = TRUE
|