|
@@ -56,7 +56,7 @@ if $ARGS[0] = 'start':
|
|
|
if brotherSex >= 10 and npc_rel['A34'] >= 80:
|
|
|
'You and your brother are lovers.'
|
|
|
elseif brotherSex >= 10 and npc_rel['A34'] >= 60 and npc_rel['A34'] < 80:
|
|
|
- 'You and your brother are good friends with benefits.'
|
|
|
+ 'You and your brother are good friends with benefits.'
|
|
|
elseif brotherSex > 5 and npc_rel['A34'] >= 40 and npc_rel['A34'] < 60:
|
|
|
'You are siblings with benefits.'
|
|
|
elseif npc_rel['A34'] < 20:
|
|
@@ -70,9 +70,9 @@ if $ARGS[0] = 'start':
|
|
|
elseif npc_rel['A34'] >= 80:
|
|
|
'Your brother is practically one of your closest friends.'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
act 'Move away':gt $loc, $metka
|
|
|
-
|
|
|
+
|
|
|
*nl
|
|
|
if hour >= 7 and hour < 23:
|
|
|
! WD: Fix old nude variable
|
|
@@ -295,8 +295,8 @@ if $ARGS[0] = 'start':
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
-
|
|
|
- if $loc = 'sitrPar' or ($loc = 'family' and $metka = 'sofa'):
|
|
|
+
|
|
|
+ if $loc = 'sitrPar' or ($loc = 'family' and $metka = 'sofa'):
|
|
|
if hour >= 7 and hour < 23:
|
|
|
act'Chat with Kolka':gt'brother2','chat'
|
|
|
!!act'Banter with Kolka':gt'brother2','banter'
|
|
@@ -308,7 +308,7 @@ if $ARGS[0] = 'start':
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
!if father_go = 1 and hour >= 7:
|
|
|
! act'Play video games with him':gt'video_games','brother'
|
|
|
!end
|
|
@@ -1548,7 +1548,7 @@ if $ARGS[0] = 'pregreact':
|
|
|
end
|
|
|
exit
|
|
|
end
|
|
|
- elseif brotherSex < 7 and kid > 0 and ($clothingworntype = 'nude' and pregchem > 2000) or ($clothingworntype ! 'nude' and pregchem > 3460):
|
|
|
+ elseif brotherSex < 7 and kid > 0 and (($clothingworntype = 'nude' and pregchem > 2000) or ($clothingworntype ! 'nude' and pregchem > 3460)):
|
|
|
'"You''re already pregnant again? This is starting to look like a new hobby," he laughs.'
|
|
|
'"You know what? Maybe it is," you joke back. "Some girls play sports; I get serially impregnated."'
|
|
|
'"Well, congratulations on taking home the gold in getting knocked up."'
|
|
@@ -1792,5 +1792,3 @@ if $ARGS[0] = 'brotherknows8':
|
|
|
end
|
|
|
|
|
|
--- brother ---------------------------------
|
|
|
-
|
|
|
-
|