'
end
end
*nl
'You''ve come across a natural spring with pure natural water.'
act 'Go back to the hut':minut += 5 & gt 'swamp_yard', 'start'
if pcs_hydra < 150:
act 'Drink the water':
*clr & cla
minut += 5
pcs_breath = 0
'
'
'You take a sip of the spring water.'
if pcs_hydra >= 100:
pcs_hydra += 25
else
pcs_hydra += 50
end
cumspclnt = 2
gs 'cum_cleanup'
gs 'stat'
act 'Finish':gt 'swampspring'
end
end
if bucket < 10:
act 'Collect water in a bucket':
*clr & cla
minut += 10
bucket += 10
gs 'stat'
'