1
0
Prechádzať zdrojové kódy

[fixed] wrong return location in gdksport

julzor 5 rokov pred
rodič
commit
c998bf29a2
1 zmenil súbory, kde vykonal 2 pridanie a 3 odobranie
  1. 2 3
      locations/gdksport.qsrc

+ 2 - 3
locations/gdksport.qsrc

@@ -100,8 +100,7 @@ if $ARGS[0] = 'start':
 		end
 		if gsAboDance > 0 and albinaQWdance = 0 and npc_pregtalk['A23'] = 0:
 			act 'Take a dance lesson, you have <<gsAboDance>> lessons remaining':gt 'gdksport', 'dance2'
-		end
-		if albinaQWdance > 0 and AlbinaBlokDance = 0 and ZvezdEnd = 0 and npc_pregtalk['A23'] = 0 and startletsday ! daystart:
+		elseif albinaQWdance > 0 and AlbinaBlokDance = 0 and ZvezdEnd = 0 and npc_pregtalk['A23'] = 0 and startletsday ! daystart:
 			if pregtime >= 90:
 				act 'Train with Starlets':gt 'gdksport', 'Starletsreact'
 			else
@@ -399,7 +398,7 @@ if $ARGS[0] = 'albina4':
 					'Albina thought about it and looked at the other girls; some nodded, others shrugged.'
 					'Finally she answered you, "Okay, we''ll take a shot. Maybe you''ll learn something and be worthwhile."'
 
-					act 'Leave':gt 'gdk'
+					act 'Leave':gt 'gdksport', 'start'
 				end
 			end
 		end