|
@@ -229,7 +229,7 @@ if $ARGS[0] = 'ask_state':
|
|
|
'"<<$NatashaMotherNickname>>... You uhm... don''t look very pleased to see me. Did I... Is it something I did?"'
|
|
|
if (daystart-svetapregday) > 120:
|
|
|
'"Well <<$pcs_nickname>>, I''m still trying to adjust to the fact that my daughter is pregnant. Excuse me if I haven''t embraced that little fact yet."'
|
|
|
- if pregtime > 150:
|
|
|
+ if pregchem > 3600:
|
|
|
'"I don''t know what you girls were thinking. The least you could have done was use protection. Getting pregnant when you''re <<age>>, you''re not ready to raise a baby!" She says angrily, looking at your obviously swollen belly.'
|
|
|
'You lower your head at the accusation in her tone and mumble "S-Sorry..." as you pass her into the hallway.'
|
|
|
else
|
|
@@ -1909,11 +1909,11 @@ if $ARGS[0] = 'chat':
|
|
|
act 'Stop talking': gt 'natbelapt','natroom'
|
|
|
|
|
|
if pregTalkNat = 0 and kid = 0:
|
|
|
- if natpregday > 0 and (daystart-natpregday) > 84 and (daystart-natpregday) < 200 and pregtime >= 150:
|
|
|
+ if natpregday > 0 and (daystart-natpregday) > 84 and (daystart-natpregday) < 200 and pregchem >= 3600:
|
|
|
*clr & cla
|
|
|
'"<<$pcs_nickname>>, are you pregnant, too? Well, I guess I don''t have to worry about being the only pregnant girl at school," she giggles.'
|
|
|
act 'Continue':gt 'natbelapt', 'natknows'
|
|
|
- elseif natpregday > 0 and (daystart-natpregday) > 84 and (daystart-natpregday) < 200 and knowpreg = 1 and pregtime > 0 and pregtime < 150:
|
|
|
+ elseif natpregday > 0 and (daystart-natpregday) > 84 and (daystart-natpregday) < 200 and knowpreg = 1 and pregchem > 0 and pregchem < 3600:
|
|
|
act 'Tell her you''re pregnant':
|
|
|
*clr & cla
|
|
|
'"If you were worried about being the only pregnant girl at school, that won''t be a problem anymore." You smirk while rubbing your midriff. "It looks like I got myself knocked up as well."'
|
|
@@ -1921,7 +1921,7 @@ if $ARGS[0] = 'chat':
|
|
|
*nl
|
|
|
act 'Continue':gt 'natbelapt', 'natknows'
|
|
|
end
|
|
|
- elseif pregtime > 0 and knowpreg = 1 and natsub = 0 and (daystart-natpregday) < 84:
|
|
|
+ elseif pregchem > 0 and knowpreg = 1 and natsub = 0 and (daystart-natpregday) < 84:
|
|
|
act 'Tell her you''re pregnant':
|
|
|
cla
|
|
|
*nl
|
|
@@ -1929,7 +1929,7 @@ if $ARGS[0] = 'chat':
|
|
|
pregTalkNat = 1
|
|
|
act 'Continue' :gt 'natbelapt', 'natroom'
|
|
|
end
|
|
|
- elseif pregtime > 0 and knowpreg = 1 and natsub > 0 and (daystart-natpregday) < 84:
|
|
|
+ elseif pregchem > 0 and knowpreg = 1 and natsub > 0 and (daystart-natpregday) < 84:
|
|
|
act 'Tell her you''re pregnant':
|
|
|
cla
|
|
|
*nl
|
|
@@ -1952,11 +1952,11 @@ if $ARGS[0] = 'chat':
|
|
|
end
|
|
|
|
|
|
if pregTalkNat = 0 and kid > 0:
|
|
|
- if (natpregday > 0 and (daystart-natpregday) > 84 and (daystart-natpregday)< 200) or (natbabycount > 0) and pregtime >= 150:
|
|
|
+ if (natpregday > 0 and (daystart-natpregday) > 84 and (daystart-natpregday)< 200) or (natbabycount > 0) and pregchem >= 3600:
|
|
|
*clr & cla
|
|
|
'"Wow, <<$pcs_nickname>>, you''re pregnant again? You''re really committed to making sure I''m not the only young mother around here, huh?" She playfully smiles and puts a hand on your shoulder. "It''s good to know you''re looking out for me."'
|
|
|
act 'Next':gt 'natbelapt', 'natknows1'
|
|
|
- elseif (natpregday > 0 and (daystart-natpregday) > 84 and (daystart-natpregday)< 200) or (natbabycount > 0) and knowpreg = 1 and pregtime > 0 and pregtime < 150:
|
|
|
+ elseif (natpregday > 0 and (daystart-natpregday) > 84 and (daystart-natpregday)< 200) or (natbabycount > 0) and knowpreg = 1 and pregchem > 0 and pregchem < 3600:
|
|
|
act 'Tell her you''re pregnant':
|
|
|
*clr & cla
|
|
|
'"Hey, guess who''s pregnant again. You know, I''m glad I forced you to let Kolka impregnate you so that I could have someone I can relate to."'
|
|
@@ -1964,7 +1964,7 @@ if $ARGS[0] = 'chat':
|
|
|
*nl
|
|
|
act 'Next':gt 'natbelapt', 'natknows1'
|
|
|
end
|
|
|
- elseif pregtime > 0 and natsub = 0 and knowpreg = 1:
|
|
|
+ elseif pregchem > 0 and natsub = 0 and knowpreg = 1:
|
|
|
act 'Tell her you''re pregnant':
|
|
|
*clr & cla
|
|
|
*nl
|
|
@@ -1972,7 +1972,7 @@ if $ARGS[0] = 'chat':
|
|
|
pregTalkNat = 1
|
|
|
act 'Continue' :gt 'natbelapt', 'natroom'
|
|
|
end
|
|
|
- elseif pregtime > 0 and natsub > 0 and (daystart-natpregday) < 84 and knowpreg = 1:
|
|
|
+ elseif pregchem > 0 and natsub > 0 and (daystart-natpregday) < 84 and knowpreg = 1:
|
|
|
act 'Tell her you''re pregnant':
|
|
|
*clr & cla
|
|
|
*nl
|