Starbound/attic/old_version_scripts/objectentity_1_2.lua
2025-03-21 22:23:30 +11:00

7 lines
115 B
Lua

function update(store)
if store.type == "loungeable" then
store.interactive = true
end
return store
end