View Issue Details
| ID | Category | Date Submitted | Last Update | ||
|---|---|---|---|---|---|
| 0001524 | Bug Report | 2019-02-21 17:07 | 2019-05-03 06:46 | ||
| Reporter | Casiope | ||||
| Severity | tweak | Reproducibility | always | ||
| Status | closed | Resolution | open | ||
| Summary | 0001524: Controller appears too soon in the Treehouse | ||||
| Description | See 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/OS | Windows | ||||
| Version | 0.17.5 | ||||
|
Controller.jpg (291,600 bytes) |
|
|
Related (but not duplicated) of bug report 0000812. I added more infos. |
|
|
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. |
|
| Forwarded to a future update or already fixed. | |
| 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 |