Beginning work on DNA console TGUI, plus some camera console fixes

This commit is contained in:
Artur
2020-04-23 13:24:43 +03:00
parent 803efebf65
commit 9d870893fb
9 changed files with 1938 additions and 997 deletions
+1
View File
@@ -119,6 +119,7 @@ SUBSYSTEM_DEF(atoms)
B.alias = "Mutation #[i]"
GLOB.all_mutations[B.type] = B
GLOB.full_sequences[B.type] = generate_gene_sequence(B.blocks)
GLOB.alias_mutations[B.alias] = B.type
if(B.locked)
continue
if(B.quality == POSITIVE)
+1 -1
View File
@@ -394,7 +394,7 @@ SUBSYSTEM_DEF(shuttle)
emergency.setTimer(emergencyDockTime)
priority_announce("Hostile environment resolved. \
You have 3 minutes to board the Emergency Shuttle.",
null, 'shuttledock', "Priority")
null, "shuttledock", "Priority")
//try to move/request to dockHome if possible, otherwise dockAway. Mainly used for admin buttons
/datum/controller/subsystem/shuttle/proc/toggleShuttle(shuttleId, dockHome, dockAway, timed)