Browse Source

Fix meadow nude exercise

pfffbft 4 years ago
parent
commit
456a99fe65
1 changed files with 9 additions and 7 deletions
  1. 9 7
      locations/meadow.qsrc

+ 9 - 7
locations/meadow.qsrc

@@ -79,15 +79,17 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 			if $clothingworntype ! 'exercise':
 				*nl
 				'Your meadow is a perfect place to workout if you were wearing exercise clothes'
-			elseif pcs_inhib >= 35 and Miraloc ! 2 and temper >= 10:
+			elseif pcs_inhib <= 50 and temper >= 10:
 				*nl
-				'Your meadow is a perfect place to exercise. There is no one around, so you could probably exercise nude if you wanted.'
-				act 'Exercise': gt 'meadow', 'workout'
-				act 'Exercise nude':gt 'meadow', 'workout', 'nude'
-			elseif Miraloc = 2:
-				*nl
-				'Your meadow is a perfect place to exercise. Mira is here but she wouldn''t mind if you exercised for a little bit.'
 				act 'Exercise': gt 'meadow', 'workout'
+				if Miraloc ! 2 or npc_rel['A60'] > 40 or mirasex = 1:
+				    if Miraloc = 2:
+				        'Your meadow is a perfect place to exercise. Mira is here but she wouldn''t mind if you exercised for a little bit, even if in the nude.'
+				    else
+				        'Your meadow is a perfect place to exercise. There is no one around, so you could probably exercise nude if you wanted.'
+				    end
+				    act 'Exercise nude':gt 'meadow', 'workout', 'nude'
+			    end
 			else
 				*nl
 				'Your meadow is a perfect place to exercise.'