Browse Source

[fixed] Could do manual exercises if stamina or energy was high enough, it should be both

Kevin_Smarts 1 year ago
parent
commit
0c7072c7bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/exercise.qsrc

+ 1 - 1
locations/exercise.qsrc

@@ -41,7 +41,7 @@ if $ARGS[0] = 'workout':
 			gt $loc, $loc_arg
 		end
 	end
-	if pcs_energy < 20 and pcs_stam < stammax / 5:
+	if pcs_energy < 20 or pcs_stam < stammax / 5:
 		'You do not have the energy/stamina to exercise currently'
 	elseif $clothingworntype = 'nude' or $clothingworntype = 'danilovich_outfits':
 		act 'Manual routines': gt 'exercise', 'manual'