View Issue Details

IDCategoryLast Update
0001779Bug Report2019-12-20 22:45
Reporterdiras2010 
SeverityminorReproducibilityalways
Status resolvedResolutionfixed
Summary0001779: Paying for the Debbie's car to be fixed doesn't remove the money
Descriptionif 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/OSWindows
Version0.19.1

Activities

Casiope

Casiope

2019-06-10 13:20

updater   ~0002772

Last edited: 2019-11-12 14:43

View 2 revisions

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)

Casiope

Casiope

2019-11-12 14:45

updater   ~0003608

The bug has been confirmed. The report has been updated from 0.18.2 to 0.19.1.
Casiope

Casiope

2019-12-20 22:45

updater   ~0004086

This issue has been fixed in version 0.19.5. Please update the game to the last version. The report is now closed.

Issue History

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