remove antags for borging...

This commit is contained in:
SandPoot
2023-12-17 23:35:51 -03:00
parent 27bdd4b732
commit 653b767f32
3 changed files with 10 additions and 10 deletions
+9 -1
View File
@@ -293,7 +293,15 @@
remove_antag_datum(/datum/antagonist/cult)
var/datum/antagonist/rev/revolutionary = has_antag_datum(/datum/antagonist/rev)
revolutionary?.remove_revolutionary()
revolutionary?.remove_revolutionary(TRUE)
if(!isbrain(current))
return
if(!istype(loc, /obj/item/organ/brain))
return
var/obj/item/organ/brain/B = loc
if(!istype(B.laws, /datum/ai_laws/ratvar))
remove_servant_of_ratvar(current, TRUE)
/datum/mind/proc/remove_all_antag() //For the Lazy amongst us.
remove_changeling()