[MIRROR] Fixes null rod carp plushie [MDB IGNORE] (#10677)

* Fixes null rod carp plushie (#64038)

* Fixes null rod carp plushie

Co-authored-by: Bond <58570888+TheBonded@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-01-13 18:04:36 -05:00
committed by GitHub
co-authored by Bond
parent c7ed582564
commit 5dbc65952f
+1 -1
View File
@@ -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