mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
The Tau Ceti Foreign Legion (#5779)
This pr adds the Tau Ceti Foreign Legion, at the request of the lore team, to replace/be an alternative to the ert.
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
|
||||
/datum/shuttle/ferry/multidock/specops/move(var/area/origin,var/area/destination)
|
||||
..(origin, destination)
|
||||
|
||||
|
||||
spawn(20)
|
||||
if (!location) //just arrived home
|
||||
for(var/turf/T in get_area_turfs(destination))
|
||||
@@ -99,7 +99,7 @@
|
||||
for(var/turf/T in get_area_turfs(destination))
|
||||
var/mob/M = locate(/mob) in T
|
||||
M << "<span class='danger'>You have arrived at [current_map.station_name]. Commence operation!</span>"
|
||||
|
||||
|
||||
var/obj/machinery/light/small/readylight/light = locate() in T
|
||||
if(light) light.set_state(1)
|
||||
|
||||
@@ -240,3 +240,8 @@
|
||||
else
|
||||
brightness_color = initial(brightness_color)
|
||||
update()
|
||||
|
||||
/obj/machinery/computer/shuttle_control/legion
|
||||
name = "deployment shuttle control console"
|
||||
req_access = list(access_legion)
|
||||
shuttle_tag = "Tau Ceti Foreign Legion"
|
||||
Reference in New Issue
Block a user