silphius/public/assets/potion/start.js

4 lines
134 B
JavaScript
Raw Normal View History

wielder.Health.health += 10
wielder.Inventory.slots[0].qty -= 1
console.log('hi', wielder.Health.health, wielder.Inventory.slots[0]);