|
@@ -174,11 +174,11 @@ if $ARGS[0] = 'start':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if stovefire = 0 or meat_stew = 0 or mushroom_soup = 0 act 'Use the rickety stove': gt 'swamphouse', 'stove'
|
|
|
+ if stovefire = 0 or (meat_stew = 0 and raw_meat > 0) or (mushroom_soup = 0 and boletus > 0): act 'Use the rickety stove': gt 'swamphouse', 'stove'
|
|
|
if pcs_energy < 80: act 'Grab something to eat': gs 'swamphouse', 'food'
|
|
|
if bucket > 0 and pcs_hydra < 80: act 'Grab a drink of water': gt 'swamphouse', 'bucket'
|
|
|
- if bucket > 0 or pcs_hairbsh = 0:: act 'Use the wash basin': gt 'swamphouse', 'washstand'
|
|
|
- if hotwater = 1 and pcs_sweat > 19: act 'Bathe in the old tub': gt 'swamphouse', 'tub'
|
|
|
+ if bucket > 0 and pcs_hairbsh = 0: act 'Use the wash basin': gt 'swamphouse', 'washstand'
|
|
|
+ if hotwater = 1 and $clothingworntype = 'nude' and pcs_sweat > 19: act 'Bathe in the old tub': gt 'swamphouse', 'tub'
|
|
|
if dirty_swamphouse > 25:act 'Clean the hut':hunterslut -= 1 & gt 'swamphouse', 'dirty_swamphouse'
|
|
|
|
|
|
act 'Relax on the couch': gt 'bed', 'start'
|
|
@@ -452,7 +452,7 @@ if $ARGS[0] = 'stove':
|
|
|
act 'Continue': gt 'swamphouse', 'stove'
|
|
|
end
|
|
|
end
|
|
|
- gs 'swamphouse', 'food'
|
|
|
+ act 'Grab something to eat': gs 'swamphouse', 'food'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'food':
|
|
@@ -528,6 +528,8 @@ end
|
|
|
if $ARGS[0] = 'washstand':
|
|
|
cla
|
|
|
*clr
|
|
|
+ $loc = 'swamphouse'
|
|
|
+ $metka = 'washstand'
|
|
|
$metkaM = 'washstand'
|
|
|
$locM = 'swamphouse'
|
|
|
menu_off = 1
|