Ver Fonte

[changed] Mom will now buy GM dresses aswell as outfits for Sveta

Kevin_Smarts há 2 anos atrás
pai
commit
bec541b8f7
1 ficheiros alterados com 33 adições e 14 exclusões
  1. 33 14
      locations/mother.qsrc

+ 33 - 14
locations/mother.qsrc

@@ -475,21 +475,40 @@ if $ARGS[0] = '':
 										if loop_counter = 300:
 											'After 30 minutes of trying on various outfits you are unable to find any that you either don''t already own or that you are willing to wear.'
 										else
-											numrand = rand(1, 150)
-
-											gs 'clothing_attributes', 'gm_outfits', numrand
-											!!not prostitute
-											if CloStyle = 4:jump 'markbuyclomother'
-											!!Sveta can wear it and not too revealing
-											if CloInhibit > pcs_inhib or CloInhibit > 30:jump 'markbuyclomother'
-
-											if gm_outfits[numrand] = 0:
-												gm_outfits[numrand] = 1
-												gm_outfits_h[numrand] = 50
-												gm_outfits_b[numrand] = pcs_hips
-												'<center><img <<$set_imgh>> src="images/pc/items/gm/outfits/<<numrand>>.jpg"></center>'
+											if rand(0,1) = 0:
+												numrand = rand(1, 150)
+
+												gs 'clothing_attributes', 'gm_outfits', numrand
+												!!not prostitute
+												if CloStyle = 4:jump 'markbuyclomother'
+												!!Sveta can wear it and not too revealing
+												if CloInhibit > pcs_inhib or CloInhibit > 30:jump 'markbuyclomother'
+
+												if gm_dress[numrand] = 0:
+													gm_dress[numrand] = 1
+													gm_dress[numrand] = 50
+													gm_dress[numrand] = pcs_hips
+													'<center><img <<$set_imgh>> src="images/pc/items/gm/dress/<<numrand>>.jpg"></center>'
+												else
+													jump 'markbuyclomother'
+												end
 											else
-												jump 'markbuyclomother'
+												numrand = rand(1, 150)
+
+												gs 'clothing_attributes', 'gm_outfits', numrand
+												!!not prostitute
+												if CloStyle = 4:jump 'markbuyclomother'
+												!!Sveta can wear it and not too revealing
+												if CloInhibit > pcs_inhib or CloInhibit > 30:jump 'markbuyclomother'
+
+												if gm_outfits[numrand] = 0:
+													gm_outfits[numrand] = 1
+													gm_outfits_h[numrand] = 50
+													gm_outfits_b[numrand] = pcs_hips
+													'<center><img <<$set_imgh>> src="images/pc/items/gm/outfits/<<numrand>>.jpg"></center>'
+												else
+													jump 'markbuyclomother'
+												end
 											end
 										end