Files
impostor/inc/entity/entity.item.lua
Zsolt Tasnadi 3fbce5aced
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
purge
2026-01-17 00:10:55 +01:00

8 lines
221 B
Lua

function Item.use()
Print.text("Used item: " .. Context.dialog.active_entity.name)
end
function Item.look_at()
PopupWindow.show_description_dialog(Context.dialog.active_entity, Context.dialog.active_entity.desc)
end