v1.0.1: fixed liquid metal not refreshing quickslots

This commit is contained in:
Evan Debenham 2021-08-19 16:06:42 -04:00
parent 2b16d3aadb
commit ecb358b7a3

View File

@ -135,6 +135,7 @@ public class LiquidMetal extends Item {
curUser.sprite.operate(curUser.pos);
Sample.INSTANCE.play(Assets.Sounds.DRINK);
updateQuickslot();
curUser.sprite.emitter().start(Speck.factory(Speck.LIGHT), 0.1f, 10);
}
}