-
-
Couldn't load subscription status.
- Fork 397
Open
Labels
Description
In the module 'Donate to Cranks' When some level of notoriety has been reached, the suggested amount to donate is 0. This is by design but it's not a very helpful message and appears to the user as a bug.
Observed behaviour
Message in campaign
Your reputation would benefit by donating $0 to our cause, but any donation would help.
Expected behaviour
Maybe just suggest a gradually higher value or a friendly message?
Steps to reproduce
- Open the Debug window and bump up your reputation.
- In the BBS. Open up the 'Donate to Cranks' campaign post.
As seen in Pioneer-2025-02-03
This part of the code looks a wee bit relevant
pioneer/data/modules/DonateToCranks/DonateToCranks.lua
Lines 56 to 58 in ddb008d
| end | |
| -- aught not come here unless player has maxed out reputation | |
| return 0 |
DamagedEngine
