successfully altered the control scheme

This commit is contained in:
minjaesong
2024-03-06 00:46:21 +09:00
parent 3182843a48
commit 8d3d6242d7
4 changed files with 33 additions and 30 deletions

View File

@@ -100,7 +100,7 @@ class ActorInventory() : FixtureInventory() {
if (amount < 0) throw IllegalArgumentException("Consuming negative amount of an item (expected >=0, got $amount)")
if (item.stackable && !item.canBeDynamic) {
if (item.isConsumable) {
remove(item, amount)
}
else if (item.isUnique) {