Browse Source

[fixed] full custom start was not setting grupTipe or base values for selected social grup

sovietmercader 4 years ago
parent
commit
7afbdbac52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/preSYS2.qsrc

+ 1 - 1
locations/preSYS2.qsrc

@@ -374,7 +374,7 @@ if $ARGS[0] = 'modgrup':
 	act 'Gopnik, Rebel, Punk, Troublemaker':$soc_grup = 'gopnik'& gt 'preSYS2','modgrup'
 	act 'Outcast, Loser, Goth, Ugly':$soc_grup = 'outcast'& gt 'preSYS2','modgrup'
 	act 'Return':
-		gs 'preSYS2', $soc_grup
+		gs 'preSYS', $soc_grup
 		gt 'preSYS2','start'
 	end
 end