Tsunder / Pardus-Sweetener

A browser extension that enhances the user interface of the online game Pardus
3 stars 3 forks source link

comestibles clocks bug #108

Open Tsunder opened 4 years ago

Tsunder commented 4 years ago

Describe the bug when the pilot uses more drugs than the page says they does, but were given drugs between page load and "use drugs" click, they successfully use drugs! but sweetener can not account for this edge case, because to it, it is the same as if the user used more drugs as they had on board.

To Reproduce

  1. load page with x drugs on board.
  2. acquire y additional drugs.
  3. use x+1 drugs

Expected behavior drug clock to increase accurate to number of drugs taken.

Additional context Not sure what a good solution here is. Could disable the check for drug count, and add a manual drug clock incrementer/decrementer to options?