BF now saves the oreinpot attribute, fixing the bug of people not being able to smelt if they fill the BF with ore and coal and logging out before smelting

This commit is contained in:
cringeandrunny
2022-02-09 22:02:30 -05:00
committed by ryannathans
parent 4ca143129a
commit 3ec8ea602b
@@ -65,7 +65,7 @@ class BlastFurnaceOre : AbstractNPC {
if (counter == 0) {
val animation = Animation(2434)
animate(animation)
owner?.setAttribute("OreInPot",true)
owner?.setAttribute("/save:OreInPot",true)
submitIndividualPulse(this, object : Pulse(animationDuration(animation)) {
override fun pulse(): Boolean {
clear()