Przeglądaj źródła

[fixed] missing else

hornguy6 6 miesięcy temu
rodzic
commit
dcb400b8b4
1 zmienionych plików z 1 dodań i 1 usunięć
  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'