Browse Source

[fixed] Spell and shave icon updated to the pubic shaving figures as per the bathroom file

KevinSmarts 4 years ago
parent
commit
7147e57d28
2 changed files with 5 additions and 5 deletions
  1. 2 2
      locations/spell.qsrc
  2. 3 3
      locations/stat_display.qsrc

+ 2 - 2
locations/spell.qsrc

@@ -397,10 +397,10 @@ if $ARGS[0] = 'cosmetica':
 		if shave_menu = 1 or shave_menu = 2:
 			! Shave Pubes
 			if pubestyle = 1:
-				pcs_pubes = 0
+				pcs_pubes = 1
 			elseif (pubestyle >= 2 and pubestyle <= 9) or pubestyle >= 12:
 				pcs_pubes = 16
-			elseif pubestyle = 10 and pcs_pubes >= 35:
+			elseif pubestyle = 10 and pcs_pubes > 29:
 				pcs_pubes = 26
 			elseif pubestyle = 11 and pcs_pubes > 10:
 				pcs_pubes = 0

+ 3 - 3
locations/stat_display.qsrc

@@ -1117,9 +1117,9 @@ if cheatStatusIcons = 0:
 	if deodorant_on = 1 and pcs_sweat < 20: $statusIconBarTab += '<td><a href="exec:msg $stat_sweat_msg"><img title="<<$stat_sweat_msg>>" height = <<set_siconht>> src="images/system/icon/status_icons/deodorant.png"></a></td>'
 
 	if pcs_sweat > 19: $statusIconBarTab += '<td><a href="exec:msg $stat_sweat_msg"><img title="<<$stat_sweat_msg>>" height = <<set_siconht>> src="images/system/icon/status_icons/need_shower.png"></a></td>'
-	
-	if pcs_leghair > 3 or (pubestyle = 1 and pcs_pubes > 3) or (((pubestyle >= 2 and pubestyle <= 7) or pubestyle = 12)  and pcs_pubes >= 15) or (pubestyle = 8 and pcs_pubes >= 20) or (pubestyle = 9 and pcs_pubes >= 25) or (pubestyle = 10 and pcs_pubes >= 40):
-		if (pubestyle = 1 and pcs_pubes > 3) or (((pubestyle >= 2 and pubestyle <= 7) or pubestyle = 12) and pcs_pubes >= 15) or (pubestyle = 8 and pcs_pubes >= 20) or ((pubestyle = 9 or pubestyle >= 13) and pcs_pubes >= 26) or (pubestyle = 10 and pcs_pubes >= 40):
+
+	if pcs_leghair > 3 or (pubestyle = 1 and pcs_pubes > 3) or (((pubestyle >= 2 and pubestyle <= 9) or pubestyle >= 12) and pcs_pubes > 19) or (pubestyle = 10 and pcs_pubes > 29) or (pubestyle = 11 and pcs_pubes > 10):
+		if (pubestyle = 1 and pcs_pubes > 3) or (((pubestyle >= 2 and pubestyle <= 9) or pubestyle >= 12) and pcs_pubes > 19) or (pubestyle = 10 and pcs_pubes > 29) or (pubestyle = 11 and pcs_pubes > 10):
 			$stat_shave_msg = 'You need to shave your'+iif(pcs_leghair > 3, ' legs and ', ' ')+'pussy.'
 		elseif pcs_leghair > 3:
 			$stat_shave_msg = 'You need to shave your legs.'