소스 검색

[fixed] missing $

CroWke 5 년 전
부모
커밋
73ca75313d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      locations/body.qsrc

+ 1 - 1
locations/body.qsrc

@@ -1765,7 +1765,7 @@ end
 if glass >= 2:
 	rand_vision = rand(0,1)
 	if rand_vision = 0:
-		pcdesc_visionrandom = 'glasses'
+		$pcdesc_visionrandom = 'glasses'
 	elseif rand_vision = 1:
 		$pcdesc_visionrandom = 'lenses'
 	end