Ran into a few minor textual bugs in 0.08b:
For those with non-adopted kids that were all of a sudden adopted during the Invite Igor and Kateryna scene:
For those with non-adopted kids that were all of a sudden adopted during the Invite Igor and Kateryna scene:
And a minor grammatical fix (should be plural, unless of course it's a language thing with Igor):day5.rpy
Line 3977:
if persistent.dad == "dad" or dad == "father":
should be
if persistent.dad == "dad" or persistent.dad == "father":
I stopped at day 5 to post this, so there may be more further alongday5.rpy
Line 3994:
Ig "Your [persistent.da] are very beautiful."
should be
Ig "Your [persistent.da]s are very beautiful."