diff --git a/src/main/java/org/sophia/slate_work/casting/actions/trades/OpInduceRestock.kt b/src/main/java/org/sophia/slate_work/casting/actions/trades/OpInduceRestock.kt index e5a0256..2fd0129 100644 --- a/src/main/java/org/sophia/slate_work/casting/actions/trades/OpInduceRestock.kt +++ b/src/main/java/org/sophia/slate_work/casting/actions/trades/OpInduceRestock.kt @@ -14,7 +14,7 @@ import org.sophia.slate_work.registries.BlockRegistry object OpInduceRestock : SpellAction { override val argc: Int - get() = 0 + get() = 1 override fun execute( args: List, @@ -44,4 +44,4 @@ object OpInduceRestock : SpellAction { } } } -} \ No newline at end of file +}