View Issue Details

IDCategoryLast Update
0000812Bug Report2019-05-06 14:44
ReporterCaptPeace 
SeveritytweakReproducibilityalways
Status newResolutionopen
Summary0000812: Master Blaster
DescriptionAfter getting the master blaster for the science teacher, you can still ask Erik where the master blaster is. It isn'y game breaking, just annoying to constantly have the question there.
Platform/OSOSX
Version0.16

Activities

Casiope

Casiope

2019-02-21 17:19

updater   ~0001987

Steps to reproduce:
1. Progress in Miss Okita's story until June asks MC to find a controller.
2. MC says he needs to talk to Erik.
3. TALK to Erik about the Master Blaster.
4. Go to the treehouse.
5. Take the controller.

Issues:
• Go back to Erik.
• We are still able to ask him where the Master Blaster is.
• Go to the computer room.
• Give the controller to June. We have now the faptic engine.
• Go back to Erik.
• We are still able to ask him where the Master Blaster is.

Solutions:
• The dialogue's choice "Master Blaster." should not appear AFTER we took the controller at the treehouse.
Casiope

Casiope

2019-02-21 17:41

updater   ~0001988

Correction in characters\erik\button, line 82:

            "Master Blaster." if M_okita.is_state(S_okita_get_controller):
                call expression game.dialog_select("button_erik_master_blaster_again")
-->
            "Master Blaster." if M_okita.is_state(S_okita_get_controller) and not player.has_item(\"controller\")":
                call expression game.dialog_select("button_erik_master_blaster_again")

To be tested.
Casiope

Casiope

2019-05-06 14:44

updater   ~0002448

Still in version 0.18.2.

Issue History

Date Modified Username Field Change
2018-07-29 04:04 CaptPeace New Issue
2019-02-21 17:19 Casiope Note Added: 0001987
2019-02-21 17:41 Casiope Note Added: 0001988
2019-05-06 14:44 Casiope Note Added: 0002448