View Issue Details
ID | Category | Date Submitted | Last Update | ||
---|---|---|---|---|---|
0001779 | Bug Report | 2019-05-06 02:33 | 2019-12-20 22:45 | ||
Reporter | diras2010 | ||||
Severity | minor | Reproducibility | always | ||
Status | resolved | Resolution | fixed | ||
Summary | 0001779: Paying for the Debbie's car to be fixed doesn't remove the money | ||||
Description | if you have enough money to pay for the fix of the car at the Dealership, the money doesn't get discounted from the MC stored cash, even on the Bank Account or if MC is carrying it with Him | ||||
Platform/OS | Windows | ||||
Version | 0.19.1 | ||||
Confirmed. the devs forgot a lot of the code. In script "button_dealership", line 60: "Pay the bill.": if not player.has_money(9000): call expression game.dialog_select("josephine_button_dealership_dialogue_buy_vehicle_no_money") else: call expression game.dialog_select("josephine_button_dealership_dialogue_insurance_claim_pay") $ M_debbie.trigger(T_debbie_renew_insurance) $ game.timer.tick() if game.timer.is_dark(): $ player.go_to(L_dealership_front) --> "Pay the bill.": if not player.has_money(9000): call expression game.dialog_select("josephine_button_dealership_dialogue_buy_vehicle_no_money") else: call expression game.dialog_select("josephine_button_dealership_dialogue_insurance_claim_pay") call expression game.dialog_select("josephine_button_dealership_dialogue_insurance_claim_pay") $ player.spend_money(9000) $ M_debbie.trigger(T_debbie_renew_insurance) $ game.timer.tick() if game.timer.is_dark(): $ player.go_to(L_dealership_front) |
|
The bug has been confirmed. The report has been updated from 0.18.2 to 0.19.1. | |
This issue has been fixed in version 0.19.5. Please update the game to the last version. The report is now closed. | |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-05-06 02:33 | diras2010 | New Issue | |
2019-06-10 13:20 | Casiope | Note Added: 0002772 | |
2019-11-12 14:43 | Casiope | Note Edited: 0002772 | View Revisions |
2019-11-12 14:45 | Casiope | Status | new => confirmed |
2019-11-12 14:45 | Casiope | Version | 0.18.2 => 0.19.1 |
2019-11-12 14:45 | Casiope | Note Added: 0003608 | |
2019-12-20 22:45 | Casiope | Status | confirmed => resolved |
2019-12-20 22:45 | Casiope | Resolution | open => fixed |
2019-12-20 22:45 | Casiope | Note Added: 0004086 |