View Issue Details

IDCategoryLast Update
0001524Bug Report2019-05-03 06:46
ReporterCasiope 
SeveritytweakReproducibilityalways
Status closedResolutionopen
Summary0001524: Controller appears too soon in the Treehouse
DescriptionSee attachment.

Already reported in bug report 0001283 but closed for misunderstanding. This is not a major bug but it can cause confusion.

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.
2. Don't talk to Erik.
3. Go to the treehouse.
4. Take the controller.
5. MC says "It's nice of Erik to let [him] take it."
6. MC says "[he]'d best get this to June."
7. Go back in the computer lab and click on June.

Issues:
• June doesn't take the controller.
• MC says he needs to talk to Erik.
• The controller appears too soon in the treehouse.

Solutions:
• The controller should appear in the treehouse AFTER MC asks Erik about it.
OR
• IF the controller is in inventory, June should take it
• The dev should remove the dialogue "It's nice of him to let me take it."
Platform/OSWindows
Version0.17.5

Activities

Casiope

Casiope

2019-02-21 17:07

updater  

Controller.jpg (291,600 bytes)
Casiope

Casiope

2019-02-21 17:11

updater   ~0001986

Related (but not duplicated) of bug report 0000812.
I added more infos.
Casiope

Casiope

2019-02-21 19:29

updater   ~0001990

IF the developers choose the first solution, here is the correction:

if M_okita.is_state((S_okita_get_controller, S_okita_get_controller_info)) and not player.has_picked_up_item("controller"):
-->
if M_okita.is_state(S_okita_get_controller) and not player.has_picked_up_item("controller"):

So the controller only appears in the treehouse after MC asks Erik about it.
mil578

mil578

2019-05-03 06:46

updater   ~0002222

Forwarded to a future update or already fixed.

Issue History

Date Modified Username Field Change
2019-02-21 17:07 Casiope New Issue
2019-02-21 17:07 Casiope File Added: Controller.jpg
2019-02-21 17:11 Casiope Note Added: 0001986
2019-02-21 19:29 Casiope Note Added: 0001990
2019-05-03 06:46 mil578 Note Added: 0002222
2019-05-03 06:46 mil578 Status new => closed