Răsfoiți Sursa

[fixed] Should be easier to wear clothing from exhibiitionist store if hypno'd not harder

Kevin_Smarts 9 luni în urmă
părinte
comite
ea3a2ed9e8
1 a modificat fișierele cu 11 adăugiri și 13 ștergeri
  1. 11 13
      locations/clothing_QV.qsrc

+ 11 - 13
locations/clothing_QV.qsrc

@@ -1341,7 +1341,17 @@ if $ARGS[0] = 'change':
 					end
 				end
 			else
-				if CloThinness < 6 or $clothingworntype = 'salacious_outfits' or $clothingworntype = 'salacious_dress':	
+				if CloThinness > 6 or $clothingworntype = 'salacious_outfits' or $clothingworntype = 'salacious_dress':
+					act 'Wear this outfit':
+						gs 'clothing', 'wear', $ARGS[1], ARGS[2]
+
+						if $regularwornclothingtype = '':
+							gt 'wardrobe', 'main'
+						else
+							gt 'clothing_QV', 'gym'
+						end
+					end
+				else
 					act 'Wear this outfit':
 						cla
 						*clr		
@@ -1371,16 +1381,6 @@ if $ARGS[0] = 'change':
 							end
 						end
 					end	
-				else
-					act 'Wear this outfit':
-						gs 'clothing', 'wear', $ARGS[1], ARGS[2]
-
-						if $regularwornclothingtype = '':
-							gt 'wardrobe', 'main'
-						else
-							gt 'clothing_QV', 'gym'
-						end
-					end
 				end
 			end	
 		else
@@ -1393,8 +1393,6 @@ if $ARGS[0] = 'change':
 				end
 			end
 		end
-		
-
 	end
 end