shit dude i hope this works lmao

This commit is contained in:
Hatterhat
2020-02-19 17:18:51 -06:00
parent f05a88d36f
commit 0ad49f9004
4 changed files with 20 additions and 8 deletions
+1 -2
View File
@@ -381,8 +381,7 @@ SUBSYSTEM_DEF(vote)
to_chat(world, "<span class='boldannounce'>The map vote has chosen [VM.map_name] for next round!</span>")
if("transfer") // austation begin -- Crew autotransfer vote
if(. == "Initiate Crew Transfer")
//TODO find a cleaner way to do this
SSshuttle.requestEvac(null,"Crew transfer requested.")
SSshuttle.autoEnd()
var/obj/machinery/computer/communications/C = locate() in GLOB.machines
if(C)
C.post_status("shuttle") // austation end