Syndicate borg spawner upgrade (#11)

This time using the ghost trap system from bay, this may not work, but it is clearing some errors related to those dm in particular.
This commit is contained in:
Alberyk
2016-11-19 18:55:21 +02:00
committed by skull132
parent 92d442b9f0
commit 65aa5ec4f0
2 changed files with 23 additions and 34 deletions
+11
View File
@@ -186,3 +186,14 @@ datum/ghosttrap/drone/transfer_personality(var/mob/candidate, var/mob/living/sil
if(!assess_candidate(candidate))
return 0
drone.transfer_personality(candidate.client)
/***********************************
* Syndicate Cyborg *
***********************************/
/datum/ghosttrap/syndicateborg
object = "syndicate cyborg"
ban_checks = list("Syndicate","AI","Cyborg")
pref_check = "BE_SYNTH"
ghost_trap_message = "They are occupying a syndicate cyborg now."
ghost_trap_role = "Syndicate Cyborg"
can_set_own_name = TRUE