fix per ghoms request
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
if(!istype(M))
|
||||
return FALSE
|
||||
if(M.mind)
|
||||
if(ishuman(M) && (M.mind.assigned_role in list("Captain", "Chaplain")))
|
||||
if(M.mind.assigned_role in list("Captain", "Chaplain"))
|
||||
return FALSE
|
||||
if(specific_cult && specific_cult.is_sacrifice_target(M.mind))
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user