Bläddra i källkod

[Added] Year check so that you can not wait to after new year and join the startles when they are suppoesed to be dispanded.

bgkjdgbizgblzdgbr 6 månader sedan
förälder
incheckning
d6fe658e74
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      locations/gdksport.qsrc

+ 1 - 1
locations/gdksport.qsrc

@@ -273,7 +273,7 @@ if $ARGS[0] = 'dance2':
 		'There is nothing you can learn from this dance class with your current skill. You need to find a new teacher or travel to the city to find better dance classes if you wish to improve further, it is still good exercise.'
 		'There is nothing you can learn from this dance class with your current skill. You need to find a new teacher or travel to the city to find better dance classes if you wish to improve further, it is still good exercise.'
 
 
 		act 'Leave':
 		act 'Leave':
-			if AlbinaQW['StarletsJoined'] = 0 and AlbinaQW['StarletsShutDown'] = 0 and mid($start_type,1,2) = 'sg' and ( month < 10 or ( month = 10 and day < 18 )):
+			if AlbinaQW['StarletsJoined'] = 0 and AlbinaQW['StarletsShutDown'] = 0 and mid($start_type,1,2) = 'sg' and ( month < 10 or ( month = 10 and day < 18 )) and year = 2016:
 				if $start_type['cat'] = 'dancer':
 				if $start_type['cat'] = 'dancer':
 					gt 'albina_starlets', 'albina3'
 					gt 'albina_starlets', 'albina3'
 				elseif (grupTipe = 1 or grupTipe = 2) and npc_rel['A23'] >= 60:
 				elseif (grupTipe = 1 or grupTipe = 2) and npc_rel['A23'] >= 60: