v1.0.1: fixed liquid metal not refreshing quickslots
This commit is contained in:
parent
2b16d3aadb
commit
ecb358b7a3
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user