소스 검색

[changed] order of actions so "relax on your bed" is always in a consistent place

hornguy6 3 년 전
부모
커밋
0169da9266
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      locations/bedrPar.qsrc

+ 2 - 1
locations/bedrPar.qsrc

@@ -181,6 +181,8 @@ if $ARGS[0] = '' or $ARGS[0] = 'start':
 			if (anyaloc = 4 or anyaloc = 15) and daystart - ParrotQW['BuyDate'] > 55 and ParrotQW['Owned2'] = 1 and ParrotQW['SisterReleaseParrotDay'] = 0 : gt 'sister_chat', 'pargone'
 			gt 'korrPar'
 		end
+		
+		act 'Relax on your bed': gt 'bed', 'start'
 
 		gs 'unicoursework', 'start', $curloc
 
@@ -426,7 +428,6 @@ if $ARGS[0] = '' or $ARGS[0] = 'start':
 		gs 'subkid'
 		'</td></tr></table>'
 		
-		act 'Relax on your bed': gt 'bed', 'start'
 	end
 end