Procházet zdrojové kódy

[fixed] missing else

hornguy6 před 6 měsíci
rodič
revize
dcb400b8b4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      locations/gschool_lessons4.qsrc

+ 1 - 1
locations/gschool_lessons4.qsrc

@@ -1310,7 +1310,7 @@ if $ARGS[0] = 'shower2':
 	elseif gymshower >= 5 and gymshower <= 7:
 		if pcs_pubes >= 40:
 			gt 'gschool_lessons4', 'pube_bully'
-		if pcs_pubes > 25:
+		elseif pcs_pubes > 25:
 			gt'gschool_lessons4','pube_bully'
 		elseif grupTipe = 1 or grupTipe = 2:
 			gt'gschool_lessons4', 'pube_compliment'