|
@@ -175,7 +175,7 @@ if $ARGS[0] = 'Main':
|
|
|
!{
|
|
|
!New family system, skip for now.
|
|
|
gs 'zz_family', 'father_sheduler'
|
|
|
- if $father['location'] = $curloc:
|
|
|
+ if $father['location'] = $curloc and ParHomeBlock = 0:
|
|
|
'Your parents room.'
|
|
|
gs 'gadukino_event', 'go_home'
|
|
|
end
|
|
@@ -185,7 +185,7 @@ if $ARGS[0] = 'Main':
|
|
|
if indorf = 1:
|
|
|
'Your parents are relaxing inside.'
|
|
|
|
|
|
- if staygad ! daystart: gs 'gadukino_event', 'go_home'
|
|
|
+ if staygad ! daystart and ParHomeBlock = 0: gs 'gadukino_event', 'go_home'
|
|
|
end
|
|
|
|
|
|
if $clothingworntype ! 'nude':
|