Browse Source

Mood fixes for cleaning

KevinSmarts 7 years ago
parent
commit
7686430357
2 changed files with 8 additions and 8 deletions
  1. 2 2
      locations/HotelWork
  2. 6 6
      locations/vokzalGin

+ 2 - 2
locations/HotelWork

@@ -17,11 +17,11 @@ if $ARGS[0] = 'maid':
 		act'Continue':gt 'hotelhole'
 	end
 
-	if hour<19:
+	if hour < 19:
 		act'Enter the room':
 			cla
 			*clr
-			pcs_mood -= 10
+			pcs_mood -= 3
 			
 			gs'stat'
 			

+ 6 - 6
locations/vokzalGin

@@ -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.'