silphius/public/assets/tomato/collision-start.js

8 lines
134 B
JavaScript
Raw Normal View History

2024-07-04 09:10:49 -05:00
if (other.Inventory) {
other.Inventory.give({
qty: 1,
source: '/assets/tomato/tomato.json',
})
ecs.destroy(entity.id)
}