Explorar o código

[change] Merged PXCloSkirtShortness + PXCloPantsShortness into PXCloBottomShortness

KevinSmarts %!s(int64=5) %!d(string=hai) anos
pai
achega
7312edc0f8
Modificáronse 3 ficheiros con 18 adicións e 20 borrados
  1. 1 2
      locations/Cheatmenu_din.qsrc
  2. 1 1
      locations/body.qsrc
  3. 16 17
      locations/clothing.qsrc

+ 1 - 2
locations/Cheatmenu_din.qsrc

@@ -714,8 +714,7 @@ $cheatmenu['vneshpara'] = {
 	'pcs_apprncbase = <<pcs_apprncbase>>'
 	'PXCloThinness = <<PXCloThinness>>'
 	'PXCloTopCut = <<PXCloTopCut>>'
-	'PXCloSkirtShortness = <<PXCloSkirtShortness>>'
-	'PXCloPantsShortness = <<PXCloPantsShortness>>'
+	'PXCloBottomShortness = <<PXCloBottomShortness>>'
 	'CloTotalBeauty = <<CloTotalBeauty>>'
 	'mopkoef = <<mopkoef>>'
 	'pcs_hairbsh = <<pcs_hairbsh>>'

+ 1 - 1
locations/body.qsrc

@@ -1742,7 +1742,7 @@ end
 if $clothingworntype = 'nude':
 	CloAdjustedBeauty =  pcs_apprncbase
 else
-	CloAdjustedBeauty = bonusZ + pcs_apprncbase * (PXCloThinness + PXCloTopCut + PXCloSkirtShortness + PXCloPantsShortness) * PCloQuality / 5000 + PShoQuality
+	CloAdjustedBeauty = bonusZ + pcs_apprncbase * (PXCloThinness + PXCloTopCut + PXCloBottomShortness) * PCloQuality / 5000 + PShoQuality
 end
 
 if $clothingworntype = 'exercise': CloAdjustedBeauty = CloAdjustedBeauty * 2 / 3

+ 16 - 17
locations/clothing.qsrc

@@ -656,8 +656,7 @@ if $ARGS[0] = 'strip':
 	PCloInhibit = 0
 	PXCloThinness = 0
 	PXCloTopCut = 0
-	PXCloSkirtShortness = 0
-	PXCloPantsShortness = 0
+	PXCloBottomShortness = 0
 	glamur = 0
 	sport = 0
 	ski = 0
@@ -790,41 +789,41 @@ if $ARGS[0] = 'wear':
 
 	if PCloSkirt > 0:
 		if PCloSkirt = 1:
-			PXCloSkirtShortness = 25
+			PXCloBottomShortness = 25
 		elseif PCloSkirt = 2:
-			PXCloSkirtShortness = 50
+			PXCloBottomShortness = 50
 		elseif PCloSkirt = 3:
-			PXCloSkirtShortness = 100
+			PXCloBottomShortness = 100
 		elseif PCloSkirt = 4:
-			PXCloSkirtShortness = 150
+			PXCloBottomShortness = 150
 		elseif PCloSkirt = 5:
-			PXCloSkirtShortness = 200
+			PXCloBottomShortness = 200
 		elseif PCloSkirt = 6:
-			PXCloSkirtShortness = 300
+			PXCloBottomShortness = 300
 		elseif PCloSkirt >= 7:
-			PXCloSkirtShortness = 400
+			PXCloBottomShortness = 400
 		end
 	end
 
 	if PCloPants > 0:
 		if PCloPants = 1:
-			PXCloPantsShortness = 25
+			PXCloBottomShortness = 25
 		elseif PCloPants = 2:
-			PXCloPantsShortness = 50
+			PXCloBottomShortness = 50
 		elseif PCloPants = 3:
-			PXCloPantsShortness = 100
+			PXCloBottomShortness = 100
 		elseif PCloPants = 4:
-			PXCloPantsShortness = 150
+			PXCloBottomShortness = 150
 		elseif PCloPants = 5:
-			PXCloPantsShortness = 200
+			PXCloBottomShortness = 200
 		elseif PCloPants = 6:
-			PXCloPantsShortness = 300
+			PXCloBottomShortness = 300
 		elseif PCloPants >= 7:
-			PXCloPantsShortness = 400
+			PXCloBottomShortness = 400
 		end
 	end
 
-	if PCloPanties = 1: PXCloPantsShortness = 400
+	if PCloPanties = 1: PXCloBottomShortness = 400
 
 end