|
@@ -337,9 +337,11 @@ if $ARGS[0] = 'prod_milk':
|
|
end
|
|
end
|
|
result = lactation['prod_milk_req']
|
|
result = lactation['prod_milk_req']
|
|
else
|
|
else
|
|
- !! If energy is too low, milk will be produced but there is a chance that salo will shrink.
|
|
|
|
|
|
+ !! If energy is too low, milk will be produced but there is a chance that fat will shrink.
|
|
pcs_energy = 1
|
|
pcs_energy = 1
|
|
- if rand(0,100) > 95: salo -= 1
|
|
|
|
|
|
+ if fat > 0:
|
|
|
|
+ if rand(0,100) > 95: fat -= 1
|
|
|
|
+ end
|
|
if pain['breasts'] < 20: pain['breasts'] += 1
|
|
if pain['breasts'] < 20: pain['breasts'] += 1
|
|
result = lactation['prod_milk_req']
|
|
result = lactation['prod_milk_req']
|
|
end
|
|
end
|