Browse Source

[Fixed] I forgot to clear the daystart variable used for starlets when you actually attend practice, saying you missed one when you didn't.

Alaratt 3 years ago
parent
commit
4f84803296
1 changed files with 4 additions and 1 deletions
  1. 4 1
      locations/gdksport.qsrc

+ 4 - 1
locations/gdksport.qsrc

@@ -135,7 +135,10 @@ if $ARGS[0] = 'start':
 						end
 					end
 				else
-					act 'Train with Starlets': gt 'AlbStars', 'starlets'
+					act 'Train with Starlets':
+						starlets_practice = 0
+						gt 'AlbStars', 'starlets'
+					end
 				end
 				act 'Quit the Starlets' : gt 'AlbStars', 'Quit' 
 			else