silphius/public/assets/tomato-plant/interact.js

10 lines
229 B
JavaScript
Raw Normal View History

2024-07-01 18:12:53 -05:00
const {Interactive, Plant, Sprite} = subject;
Interactive.interacting = false;
Plant.stage = 4;
Sprite.animation = ['stage', Plant.stage].join('/')
2024-07-02 10:28:48 -05:00
initiator.Inventory.give({
qty: 1,
source: '/assets/tomato/tomato.json',
})