|
@@ -48,8 +48,8 @@ if $ARGS[0] = '':
|
|
|
act 'Mop the waiting room floor (1:00)':
|
|
|
cls
|
|
|
cleZalDay = daystart
|
|
|
- minut += 60
|
|
|
- gs 'exercise', 'tier1', 1, 'stren_exp', 'vital_exp'
|
|
|
+ gs 'exercise', 'tier1', 60, 'stren_exp', 'vital_exp'
|
|
|
+ pcs_mood -= 6
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/residential/office/clener1.jpg"></center>'
|
|
|
'You take some cleaning supplies from the maintenance closet, pour some water and soap into a bucket and wash the floor in the waiting room.'
|
|
@@ -62,8 +62,8 @@ if $ARGS[0] = '':
|
|
|
act 'Clean the men''s restroom (0:30)':
|
|
|
cls
|
|
|
cleMTDay = daystart
|
|
|
- minut += 30
|
|
|
- gs 'exercise', 'tier1', 1, 'stren_exp', 'vital_exp'
|
|
|
+ gs 'exercise', 'tier1', 30, 'stren_exp', 'vital_exp'
|
|
|
+ pcs_mood -= 6
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/residential/office/clener1.jpg"></center>'
|
|
|
'You take some cleaning supplies from the maintenance closet, pour some water and soap into a bucket and go to the men''s room.'
|
|
@@ -78,8 +78,8 @@ if $ARGS[0] = '':
|
|
|
act 'Clean the women''s restroom (0:30)':
|
|
|
cls
|
|
|
cleWTDay = daystart
|
|
|
- minut += 30
|
|
|
- gs 'exercise', 'tier1', 1, 'stren_exp', 'vital_exp'
|
|
|
+ gs 'exercise', 'tier1', 30, 'stren_exp', 'vital_exp'
|
|
|
+ pcs_mood -= 6
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/residential/office/clener1.jpg"></center>'
|
|
|
'You take some cleaning supplies from the maintenance closet, pour some water and soap into a bucket and scrub the toilets in the ladies'' room before mopping the floor.'
|