Fix not working fake central command announcement (#1692)

- Fixes #1663
-maybe fix pAI not being selected
-fix invisible tactical tracksuits
This commit is contained in:
Alberyk
2017-02-03 20:06:30 -02:00
committed by skull132
parent 201e064d95
commit 7451b4aff7
7 changed files with 46 additions and 4 deletions
+18 -1
View File
@@ -190,10 +190,27 @@ datum/ghosttrap/drone/transfer_personality(var/mob/candidate, var/mob/living/sil
/***********************************
* Syndicate Cyborg *
***********************************/
/*
/datum/ghosttrap/syndicateborg
object = "syndicate cyborg"
ban_checks = list("Antagonist","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
can_set_own_name = TRUE
*/
/**************
* pAI *
**************/
/datum/ghosttrap/pai
object = "pAI"
pref_check = BE_PAI
ghost_trap_message = "They are occupying a pAI now."
ghost_trap_role = "pAI"
datum/ghosttrap/pai/assess_candidate(var/mob/observer/ghost/candidate, var/mob/target)
return 0
datum/ghosttrap/pai/transfer_personality(var/mob/candidate, var/mob/living/silicon/robot/drone/drone)
return 0