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:
Alberyk
2018-12-30 09:06:21 -02:00
committed by Werner
parent 03b689bd5f
commit ed0297a697
84 changed files with 69634 additions and 67896 deletions
+7 -2
View File
@@ -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"