Explorar el Código

[fixed] lack of requirements that could cause blank screen

hornguy6 hace 1 mes
padre
commit
2f40594eb0
Se han modificado 1 ficheros con 6 adiciones y 5 borrados
  1. 6 5
      locations/brother_voyeur.qsrc

+ 6 - 5
locations/brother_voyeur.qsrc

@@ -746,12 +746,13 @@ if $ARGS[0] = 'brother_wash':
 					end
 				end
 			end
+			if pcs_pubes >= shave_trigger:
+				act 'I should shave': gt 'brother_voyeur', 'brother_shower_shave'
 
-			act 'I should shave': gt 'brother_voyeur', 'brother_shower_shave'
-
-			act'Just for you':
-				brother_shower['shave_ask1'] = daystart
-				gt 'brother_voyeur', 'brother_shower_shave'
+				act'Just for you':
+					brother_shower['shave_ask1'] = daystart
+					gt 'brother_voyeur', 'brother_shower_shave'
+				end
 			end
 		end
 	end