|
@@ -1,7 +1,6 @@
|
|
|
# bedrPar
|
|
|
|
|
|
*clr & cla
|
|
|
-fromoutside = iif($loc = 'bedrPar',0,1)
|
|
|
menu_off = 0
|
|
|
minut += 1
|
|
|
!!day check so mom doesn''t think you have been out all night if you get up very early
|
|
@@ -20,7 +19,7 @@ gs 'music_actions', 'clear_restrictions'
|
|
|
if ml_performance['max_perform_minutes'] = 0: ml_performance['max_perform_minutes'] = pcs_instrmusic + pcs_vokal
|
|
|
|
|
|
if $ARGS[0] = '' or $ARGS[0] = 'start':
|
|
|
- if locat['Mother'] = 26 and fromoutside and func('homes_properties', 'can_live_here'):
|
|
|
+ if locat['Mother'] = 26 and $prevloc = 'bedrPar' and func('homes_properties', 'can_live_here'):
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost1.jpg"></center>'
|
|
|
if mc_inventory['equipped_condoms'] > 0 and rand(1,3) = 1 and mom['condoms'] = 0:
|
|
|
gt 'mother', 'condom_find'
|
|
@@ -280,4 +279,5 @@ if $ARGS[0] = '' or $ARGS[0] = 'start':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
+
|
|
|
--- bedrPar ---------------------------------
|