mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user