|
@@ -6,13 +6,13 @@
|
|
|
|
|
|
if $ARGS[0] = 'vomiting_check':
|
|
if $ARGS[0] = 'vomiting_check':
|
|
!! if not one of these locations, event will not fire
|
|
!! if not one of these locations, event will not fire
|
|
- if at_home = 1 or at_home = 2 or at_home = 3 or at_home = 4 or $home['current'] = 5 or at_home = 6 or at_home = 13 or at_home = 15 or $loc = 'mey_home':
|
|
|
|
|
|
+ if at_home = 1 or at_home = 2 or at_home = 3 or at_home = 4 or $loc = 'bedrPar' or at_home = 6 or at_home = 13 or at_home = 15 or $loc = 'mey_home':
|
|
gs 'home_activity', 'vomiting_images'
|
|
gs 'home_activity', 'vomiting_images'
|
|
gt 'home_activity', 'morning_vomit'
|
|
gt 'home_activity', 'morning_vomit'
|
|
-!! else
|
|
|
|
-!! vomit['morning_sick'] = 0
|
|
|
|
-!! vomit['hangover'] = 0
|
|
|
|
-!! vomit['unlucky'] = 0
|
|
|
|
|
|
+ else
|
|
|
|
+ vomit['morning_sick'] = 0
|
|
|
|
+ vomit['hangover'] = 0
|
|
|
|
+ vomit['unlucky'] = 0
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
@@ -115,7 +115,7 @@ if $ARGS[0] = 'vomiting_images':
|
|
end
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'morning_vomit':
|
|
if $ARGS[0] = 'morning_vomit':
|
|
- cla & *clr
|
|
|
|
|
|
+ cla & *clr
|
|
$home_activity['vomit_bedroom']
|
|
$home_activity['vomit_bedroom']
|
|
'Before you even open your eyes, your stomach churns. Nausea courses through you, acid burns at the back of your throat, and you know without a doubt:'
|
|
'Before you even open your eyes, your stomach churns. Nausea courses through you, acid burns at the back of your throat, and you know without a doubt:'
|
|
*nl
|
|
*nl
|
|
@@ -300,15 +300,21 @@ end
|
|
|
|
|
|
|
|
|
|
if $ARGS[0] = 'vomiting_exit':
|
|
if $ARGS[0] = 'vomiting_exit':
|
|
- vomit['morning_sick'] = 0
|
|
|
|
|
|
+ vomit['morning_sick'] = 0
|
|
vomit['hangover'] = 0
|
|
vomit['hangover'] = 0
|
|
vomit['unlucky'] = 0
|
|
vomit['unlucky'] = 0
|
|
- if at_home = 1:
|
|
|
|
|
|
+ menu_off = 1
|
|
|
|
+ InSleep = 0
|
|
|
|
+ slept_in = 0
|
|
|
|
+ strip_here = 0
|
|
|
|
+ SleepHorny = 0
|
|
|
|
+
|
|
|
|
+ if at_home = 1:
|
|
!! location = 'City residential apartment'
|
|
!! location = 'City residential apartment'
|
|
gt 'vanr'
|
|
gt 'vanr'
|
|
- elseif at_home = 2:
|
|
|
|
|
|
+ elseif $loc = 'bedrPar':
|
|
!! location = 'Parent''s home in Pavlovsk'
|
|
!! location = 'Parent''s home in Pavlovsk'
|
|
- gt 'vanrPar'
|
|
|
|
|
|
+ gt 'vanrPar'
|
|
elseif at_home = 3:
|
|
elseif at_home = 3:
|
|
!! location = 'My cottage in the cooperative farm'
|
|
!! location = 'My cottage in the cooperative farm'
|
|
gt 'dachain', 'dachabath'
|
|
gt 'dachain', 'dachabath'
|
|
@@ -343,4 +349,4 @@ if $ARGS[0] = 'vomiting_exit':
|
|
end
|
|
end
|
|
|
|
|
|
!! --------------- end vomiting ----------------------------
|
|
!! --------------- end vomiting ----------------------------
|
|
---- home_activity ---------------------------------
|
|
|
|
|
|
+--- home_activity ---------------------------------
|