mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Makes Simple Mobs unable to be Converted (#20008)
* Kekw * requested change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user