Adds WIP shuttle / hideout. Adds teleport implant. More slave stuff.

This commit is contained in:
James
2021-12-04 06:02:40 +00:00
parent f3726aba32
commit 738e009078
25 changed files with 3840 additions and 1653 deletions
+3 -2
View File
@@ -292,8 +292,9 @@
var/mob/living/carbon/human/new_character=makeBody(c)
if(!leader_chosen)
leader_chosen = TRUE
var/datum/antagonist/slaver/S = new_character.mind.add_antag_datum(/datum/antagonist/slaver/leader)
slaver_team = S.slaver_team
new_character.mind.add_antag_datum(/datum/antagonist/slaver/leader)
// var/datum/antagonist/slaver/S = new_character.mind.add_antag_datum(/datum/antagonist/slaver/leader)
// slaver_team = S.slaver_team
else
new_character.mind.add_antag_datum(/datum/antagonist/slaver,slaver_team)
return 1