Browse Source

[fixed] Goth makeup giving an extreme appearance punishment. Reported by dragoonknight122199

anjuna krokus 1 month ago
parent
commit
ffa463a98a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/AppearanceSystem.qsrc

+ 2 - 2
locations/AppearanceSystem.qsrc

@@ -190,7 +190,7 @@ end
 
 if $ARGS[0] = 'CalcGroomingBonus':
 
-	makeupBonus = pcs_makupskl/5 - 5
+	makeupBonus = pcs_makupskl / 5 - 5
 	if pcs_makeup = 0:
 		makeupBonus = -5
 	elseif pcs_makeup = 1:
@@ -200,7 +200,7 @@ if $ARGS[0] = 'CalcGroomingBonus':
 	elseif pcs_makeup = 6 and bimbolevel >= 2:
 		makeupBonus += 2 * (bimbolevel - 1)
 	elseif pcs_makeup = 7:
-		makeupBonus += pcs_makeupskl / 10 - 50
+		makeupBonus += pcs_makeupskl / 10 - 5
 	end
 
 	breathBonus = 5 * pcs_breath