View Issue Details

IDCategoryLast Update
0001514Bug Report2019-05-03 06:46
ReporterCasiope 
SeveritytweakReproducibilityalways
Status closedResolutionopen
Summary0001514: We can ask about Daisy's baby before we know her pregnancy
DescriptionSee attachment.

Steps to reproduce:
1. Progress in Daisy's storyline until MC receives a text message.
2. Don't read the message.
3. Go to the barn.
4. Click on Daisy.

Issue:
• The dialogue choice "How's the baby?" is available.

Solution:
• The dialogue's choice "How's the baby?" should be available after MC reads the message AND talks to Diane about it.
Platform/OSWindows
Version0.17.5

Activities

Casiope

Casiope

2019-02-14 17:04

updater  

Daisy pregnancy.jpg (213,282 bytes)
Daisy pregnancy.jpg (213,282 bytes)
Casiope

Casiope

2019-02-14 17:08

updater   ~0001948

And the correction in script characters\daisy\button, line 117:
"How's the baby?" if 0 < M_daisy.pregnancy.stage < 5:
-->
"How's the baby?" if 0 < M_daisy.pregnancy.stage < 5 and M_daisy.pregnancy.announced_pregnancy:
Casiope

Casiope

2019-02-15 15:22

updater   ~0001952

Same thing with Diane. See attachment.

Steps to reproduce:
1. Progress in Diane's storyline until MC receives a text message.
2. Don't read the message.
3. Go to the barn.
4. Click on Diane.

Issue:
• The dialogue choice "How's the baby?" is available.

Solution:
• The dialogue's choice "How's the baby?" should be available after MC reads the message AND talks to Diane about it.

Diane pregnancy.jpg (208,178 bytes)
Diane pregnancy.jpg (208,178 bytes)
Casiope

Casiope

2019-02-15 15:35

updater   ~0001953

And the correction in script scripts\characters\diane\button, line 174:
"How's the baby?" if M_diane.pregnancy and 1<=M_diane.pregnancy.stage<=4:
-->
"How's the baby?" if 0 < M_diane.pregnancy.stage < 5 and M_diane.pregnancy.announced_pregnancy:
Casiope

Casiope

2019-02-15 15:40

updater   ~0001954

A last observation for the developers: I know I'm a kind of maniac, but try to write the code about pregnancy exactly the same way for every girl. It reduce the number of bugs and it helps to find them more quickly.
Thank you!
mil578

mil578

2019-05-03 06:46

updater   ~0002234

Forwarded to a future update or already fixed.

Issue History

Date Modified Username Field Change
2019-02-14 17:04 Casiope New Issue
2019-02-14 17:04 Casiope File Added: Daisy pregnancy.jpg
2019-02-14 17:08 Casiope Note Added: 0001948
2019-02-15 15:22 Casiope File Added: Diane pregnancy.jpg
2019-02-15 15:22 Casiope Note Added: 0001952
2019-02-15 15:35 Casiope Note Added: 0001953
2019-02-15 15:40 Casiope Note Added: 0001954
2019-05-03 06:46 mil578 Note Added: 0002234
2019-05-03 06:46 mil578 Status new => closed