-
-
Notifications
You must be signed in to change notification settings - Fork 24
[Bug] /qs benefit deletes gold #2064
Copy link
Copy link
Open
Labels
Issue type: BugSomething isn't workingSomething isn't workingStatus: AcceptedIssue is accepted or confirmed and awaiting implementation.Issue is accepted or confirmed and awaiting implementation.
Metadata
Metadata
Assignees
Labels
Issue type: BugSomething isn't workingSomething isn't workingStatus: AcceptedIssue is accepted or confirmed and awaiting implementation.Issue is accepted or confirmed and awaiting implementation.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
The
/qs benefitcommand allows a shop owner to divide benefits (gold) between the shop owner and other players. Instead of granting benefits/gold to players, it deletes gold under certain circumstances.To Reproduce
Expected behavior
I would expect for the gold to be given to either player A or player B instead of getting deleted. Preferably, 1g would go to player A, then 1g would go to player B and so on.
The system works when
/qs priceis set to2, since 2 is evenly divisible between player A and B.Screenshots
No response
Additional context
Note: I understand that the gold is probably getting deleted because 1g is indivisible, but I would like to see a fix such that the gold is not deleted under any circumstances.