pickaxe ore tooltip; working item pickup and throw effects

This commit is contained in:
minjaesong
2023-10-27 02:55:13 +09:00
parent 012d3482dc
commit 19f1eb2278
20 changed files with 95 additions and 22 deletions

View File

@@ -36,7 +36,7 @@ interface Pocketed {
// Relevant Actorvalue is NOT being updated on time
// They're being safely handled by UIItemInventoryElem*.touchDown() and ActorInventory.remove
item.effectOnUnequip(this as ActorWithBody, App.UPDATE_RATE)
item.effectOnUnequip(this as ActorWithBody)
}
fun unequipItem(itemID: ItemID?) {