v1.0.1: fixed liquid metal not refreshing quickslots
This commit is contained in:
@@ -135,6 +135,7 @@ public class LiquidMetal extends Item {
|
|||||||
|
|
||||||
curUser.sprite.operate(curUser.pos);
|
curUser.sprite.operate(curUser.pos);
|
||||||
Sample.INSTANCE.play(Assets.Sounds.DRINK);
|
Sample.INSTANCE.play(Assets.Sounds.DRINK);
|
||||||
|
updateQuickslot();
|
||||||
curUser.sprite.emitter().start(Speck.factory(Speck.LIGHT), 0.1f, 10);
|
curUser.sprite.emitter().start(Speck.factory(Speck.LIGHT), 0.1f, 10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user