Makes Simple Mobs unable to be Converted (#20008)

* Kekw

* requested change
This commit is contained in:
Exavere
2023-01-07 19:55:14 +00:00
committed by GitHub
parent 9de7b3c2ce
commit d2ad6e1cd9
+4 -2
View File
@@ -39,10 +39,12 @@ GLOBAL_LIST_EMPTY(all_cults)
return FALSE //can't convert machines, that's ratvar's thing
if(isguardian(mind.current))
var/mob/living/simple_animal/hostile/guardian/G = mind.current
if(!iscultist(G.summoner))
return FALSE //can't convert it unless the owner is converted
if(iscultist(G.summoner))
return TRUE //can't convert it unless the owner is converted
if(isgolem(mind.current))
return FALSE
if(isanimal(mind.current))
return FALSE
return TRUE
/datum/game_mode/cult