Browse Source

[fixed] `pubes` to `pcs_pubes`

anjuna krokus 5 months ago
parent
commit
5e8154a9b0
1 changed files with 1 additions and 1 deletions
  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