|
@@ -42,7 +42,7 @@ if $ARGS[0] = 'workout':
|
|
|
end
|
|
|
end
|
|
|
if pcs_energy < 20 and pcs_stam < stammax / 5:
|
|
|
- 'You don not have the energy/stamina to exercise currently'
|
|
|
+ 'You do not have the energy/stamina to exercise currently'
|
|
|
elseif $clothingworntype = 'nude' or $clothingworntype = 'danilovich_outfits':
|
|
|
act 'Manual routines': gt 'exercise', 'manual'
|
|
|
act 'Define routines': gt 'exercise', 'setup'
|
|
@@ -145,6 +145,8 @@ if $ARGS[0] = 'manual':
|
|
|
cla
|
|
|
act 'Return':gt 'exercise', 'workout'
|
|
|
if pcs_energy < 20 and pcs_stam < stammax / 5:
|
|
|
+ 'You don''t have the energy/stamina to work out anymore now.'
|
|
|
+ else
|
|
|
act 'Do pushups for 15 minutes': timemult = 1 & gs 'exercise', 'timestring' & gt 'exercise', 'push'
|
|
|
act 'Do crunches for 15 minutes': timemult = 1 & gs 'exercise', 'timestring' & gt 'exercise', 'press'
|
|
|
act 'Do squats for 15 minutes': timemult = 1 & gs 'exercise', 'timestring' & gt 'exercise', 'butt'
|
|
@@ -193,8 +195,6 @@ if $ARGS[0] = 'manual':
|
|
|
if obruch > 0 and $loc ! 'meadow':
|
|
|
act 'Use your hula hoop for 60 minutes': timemult = 4 & gs 'exercise', 'timestring' & gt 'exercise', 'hula'
|
|
|
end
|
|
|
- else
|
|
|
- 'You don''t have the energy/stamina to work out anymore now.'
|
|
|
end
|
|
|
end
|
|
|
|