소스 검색

[fixed] Missing goto spotted by the analyser

KevinSmarts 4 년 전
부모
커밋
ae5446e12e
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      locations/preSYS2.qsrc

+ 4 - 4
locations/preSYS2.qsrc

@@ -394,11 +394,11 @@ end
 if $ARGS[0] = 'modgrup':
 	*clr & cla
 	'Your current social group is <<$soc_grup>>.'
-	act 'Nerd, Geek, Student': $soc_grup = 'nerd'& grupTipe = 3 & gt 'preSYS2','modgrup'
+	act 'Nerd, Geek, Student': $soc_grup = 'nerd' & grupTipe = 3 & gt 'preSYS2','modgrup'
 	act 'Athlete, Jock':$soc_grup = 'jock'& grupTipe = 2 & gt 'preSYS2','modgrup'
-	act 'Popular, Cool, Beautiful':$soc_grup = 'cool'& grupTipe = 1 & gt 'preSYS2','modgrup'
-	act 'Gopnik, Rebel, Punk, Troublemaker':$soc_grup = 'gopnik'& grupTipe = 4 & gt 'preSYS2','modgrup'
-	act 'Outcast, Loser, Goth, Ugly':$soc_grup = 'outcast'& grupTipe = 5 gt 'preSYS2','modgrup'
+	act 'Popular, Cool, Beautiful':$soc_grup = 'cool' & grupTipe = 1 & gt 'preSYS2','modgrup'
+	act 'Gopnik, Rebel, Punk, Troublemaker':$soc_grup = 'gopnik' & grupTipe = 4 & gt 'preSYS2','modgrup'
+	act 'Outcast, Loser, Goth, Ugly':$soc_grup = 'outcast' & grupTipe = 5 & gt 'preSYS2','modgrup'
 	act 'Return':gt 'preSYS2','start'
 end