|
@@ -371,18 +371,10 @@ if $ARGS[0] = 'set_nomira_acts':
|
|
|
'Since the cows are all behaving, you spend some time jogging around the field.'
|
|
|
|
|
|
frost = 0
|
|
|
- minut += 60
|
|
|
- fat -= 5
|
|
|
- gs 'exp_gain', 'run', 1
|
|
|
- gs 'sweat', 'add', 10
|
|
|
- pcs_mood += 5
|
|
|
- pcs_stam -= 8
|
|
|
+ gs 'exercise', 'tier1', 60, 'run'
|
|
|
if temper >= 25 and sunWeather = 1:
|
|
|
- pcs_hydra -= 24
|
|
|
- gs 'sweat', 'add', 12
|
|
|
- else
|
|
|
- pcs_hydra -= 18
|
|
|
- gs 'sweat', 'add', 10
|
|
|
+ pcs_hydra -= 6
|
|
|
+ gs 'sweat', 'add', 2
|
|
|
end
|
|
|
gs 'stat'
|
|
|
|