|
@@ -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.'
|
|
|
|
|
|
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':
|
|
|
gt 'albina_starlets', 'albina3'
|
|
|
elseif (grupTipe = 1 or grupTipe = 2) and npc_rel['A23'] >= 60:
|