1
0
Преглед на файлове

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

Kevin_Smarts преди 1 година
родител
ревизия
0c7072c7bd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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'