4
0

shadowed text
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-12-13 19:57:50 +01:00
parent 5379e30cf3
commit 8e8d181c34
11 changed files with 36 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
function Item.use()
print("Used item: " .. Context.dialog.active_entity.name)
Print.text("Used item: " .. Context.dialog.active_entity.name)
GameWindow.set_state(WINDOW_INVENTORY)
end
function Item.look_at()