|
@@ -55,7 +55,7 @@
|
|
|
<<if _location_mum.location == 'home'>>
|
|
|
<<if _location_mum.activity.includes('breakfast')>>
|
|
|
<<if _location_mum.activity.includes('prepare')>>
|
|
|
- <p><<npc 'A29' undefined 'Your mother'>><</npc>> is here, busy making breakfast.</p>
|
|
|
+ <p><<npc 'A29' undefined 'Your mother'>><<gt 'mother'>><</npc>> is here, busy making breakfast.</p>
|
|
|
<<elseif _location_mum.activity.includes('cleanup')>>
|
|
|
Your <<npc $npc_mother 'mother'>><<gt 'mother'>><</npc>> is here clearing away the breakfast dishes.
|
|
|
<<else>>
|
|
@@ -101,9 +101,9 @@
|
|
|
/* ----- Anya ----- */
|
|
|
<<if _location_anya.location == 'home'>>
|
|
|
<<if _location_anya.activity.includes('breakfast')>>
|
|
|
- <<set _breakfastNPCs['A33'] = {contents:"<<gt 'sister_chat' 'sister_chat'>>"}>>
|
|
|
+ <<set _breakfastNPCs['A33'] = {contents:"<<gt 'sister'>>"}>>
|
|
|
<<elseif _location_anya.activity.includes('dinner')>>
|
|
|
- <<set _dinnerNPCs['A33'] = {contents:"<<gt 'sister_chat' 'sister_chat'>>"}>>
|
|
|
+ <<set _dinnerNPCs['A33'] = {contents:"<<gt 'sister'>>"}>>
|
|
|
<</if>>
|
|
|
<</if>>
|
|
|
|