Porting Robustin's Syndicate Infiltrator PR

This commit is contained in:
Ghommie
2019-11-11 18:49:18 +01:00
parent c4849ead74
commit 42d9e3cf51
7 changed files with 236 additions and 179 deletions
+5
View File
@@ -27,6 +27,11 @@
board.moved = TRUE
..()
/obj/machinery/computer/shuttle/syndicate/allowed(mob/M)
if(issilicon(M) && !(ROLE_SYNDICATE in M.faction))
return FALSE
return ..()
/obj/machinery/computer/shuttle/syndicate/drop_pod
name = "syndicate assault pod control"
desc = "Controls the drop pod's launch system."