silphius/public/assets/tomato-plant/interact.js
2024-07-02 10:28:48 -05:00

10 lines
229 B
JavaScript

const {Interactive, Plant, Sprite} = subject;
Interactive.interacting = false;
Plant.stage = 4;
Sprite.animation = ['stage', Plant.stage].join('/')
initiator.Inventory.give({
qty: 1,
source: '/assets/tomato/tomato.json',
})