mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +09:00
crafting ui working (visuals only)
This commit is contained in:
@@ -11,7 +11,7 @@ import net.torvald.terrarum.modulebasegame.gameactors.PlayerBuilderSigrid
|
||||
internal object DebugFillInventory : ConsoleCommand {
|
||||
override fun execute(args: Array<String>) {
|
||||
INGAME.actorNowPlaying?.let {
|
||||
it.inventory.nuke()
|
||||
it.inventory.clear()
|
||||
PlayerBuilderSigrid.fillTestInventory(it.inventory)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user