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

@@ -102,6 +102,8 @@ internal class UIInventoryCells(
).let { drop ->
INGAME.queueActorAddition(drop)
}
// apply item effect
item.effectOnThrow(player)
// update inventory
rebuildList()
} }

View File

@@ -21,7 +21,7 @@ object UITitleRemoConYaml {
- MENU_LABEL_SOUND : net.torvald.terrarum.modulebasegame.ui.UISoundControlPanel
- MENU_LABEL_LANGUAGE : net.torvald.terrarum.modulebasegame.ui.UITitleLanguage
- GAME_GENRE_MISC : net.torvald.terrarum.modulebasegame.ui.UIPerformanceControlPanel
- MENU_MODULES : net.torvald.terrarum.ModOptionsHost
- CREDITS_GAME : net.torvald.terrarum.ModOptionsHost
- MENU_LABEL_RETURN+WRITETOCONFIG
- MENU_MODULES : net.torvald.terrarum.modulebasegame.ui.UITitleModules
- MENU_LABEL_RETURN