You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you want to kill something, have some of the item cost bt not the full quantity, there is no message for failure reason. Example for Venenatis:
Issue: in following code, nothing is added to messages if user.bank.has(consumablesCost.itemCost) (has every item and every quantity) is false but user.owns(group.itemCost) (has required item but not quantity) is true
🐛 Bug Report
When you want to kill something, have some of the item cost bt not the full quantity, there is no message for failure reason. Example for Venenatis:
Issue: in following code, nothing is added to
messages
ifuser.bank.has(consumablesCost.itemCost)
(has every item and every quantity) is false butuser.owns(group.itemCost)
(has required item but not quantity) is trueoldschoolbot/src/mahoji/mahojiSettings.ts
Lines 323 to 344 in 1e3182e
The text was updated successfully, but these errors were encountered: