소스 검색

[added] small note for the player that they know that the trait progression isn't broken

julzor 5 년 전
부모
커밋
3377c08e9d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      locations/traits.qsrc

+ 2 - 0
locations/traits.qsrc

@@ -60,6 +60,8 @@ if $ARGS[0] = 'menu':
 			'You have <<pcs_exhib>> out of 100 points towards level 3.'
 		elseif pcs_exhib >= 100 and exhibitionQW < 3:
 			'You must trigger an event in the park to gain level 3.'
+		elseif pcs_exhib >= 100 and exhibitionQW > 2:
+			'You will have to wait until the end of the day for the trait level to update.'
 		end
 	else
 		'You have this trait at level 3.'