소스 검색

[fixed] `pubes` to `pcs_pubes`

anjuna krokus 5 달 전
부모
커밋
5e8154a9b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      locations/hourly_events.qsrc

+ 1 - 1
locations/hourly_events.qsrc

@@ -86,7 +86,7 @@ else
 	end
 
 	if hypnoHair > 0 and pcs_mood > 50:
-		if pubes > 3: pcs_mood -= rand(2, 5)
+		if pcs_pubes > 3: pcs_mood -= rand(2, 5)
 		if pcs_leghair > 3: pcs_mood -= rand(2, 5)
 	end