WHY. AM. I. LIKE. THIS

This commit is contained in:
yrsegal@gmail.com 2022-04-26 21:31:20 -04:00
parent 3e27e144ab
commit 616167c85f

View file

@ -26,7 +26,7 @@ object OpMakeBattery : SpellOperator {
val (handStack, hand) = ctx.getHeldItemToOperateOn { it.`is`(HexItemTags.PHIAL_BASE) }
if (handStack.`is`(HexItemTags.PHIAL_BASE)) {
if (!handStack.`is`(HexItemTags.PHIAL_BASE)) {
throw MishapBadOffhandItem.of(
handStack,
hand,