1
0
Просмотр исходного кода

[fixed] `pubes` to `pcs_pubes`

anjuna krokus 5 месяцев назад
Родитель
Сommit
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