no more changling cyborgs

also added in some procs for as furture need...god i need sleep now.
This commit is contained in:
Aurorablade
2015-12-20 01:47:15 -05:00
parent 88ca79a37b
commit d75549fdd6
5 changed files with 27 additions and 0 deletions
@@ -296,6 +296,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
for(var/datum/atom_hud/H in huds)
if(istype(H, /datum/atom_hud/antag) || istype(H, /datum/atom_hud/data/human/security/advanced))
(adding_hud) ? H.add_hud_to(usr) : H.remove_hud_from(usr)
usr << "AntagHud Toggled [adding_hud ? "ON" : "OFF"]"
/mob/dead/observer/proc/dead_tele(A in ghostteleportlocs)
@@ -8,4 +8,5 @@
if(mind) ticker.mode.remove_revolutionary(mind)
if(mind) ticker.mode.remove_thrall(mind,0)
if(mind) ticker.mode.remove_shadowling(mind)
if(mind) ticker.mode.remove_changeling(mind)
return