Browse Source

[fixed] `pubes` to `pcs_pubes`

anjuna krokus 5 tháng trước cách đây
mục cha
commit
5e8154a9b0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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