diff --git a/code/datums/components/faction_granter.dm b/code/datums/components/faction_granter.dm index 79cfd2aa4d5..cbc9542e517 100644 --- a/code/datums/components/faction_granter.dm +++ b/code/datums/components/faction_granter.dm @@ -46,7 +46,7 @@ if(used) to_chat(user, span_warning("The power of [parent] has been used up!")) return - if(user.mind?.holy_role >= holy_role_required) + if(user.mind?.holy_role < holy_role_required) to_chat(user, span_warning("You are not holy enough to invoke the power of [parent]!")) return