Browse Source

[fixed] Swimsuit message printing to main screen and not added to $body_image string for use in stat window

Kevin_Smarts 1 year ago
parent
commit
0df7190f63
1 changed files with 7 additions and 7 deletions
  1. 7 7
      locations/_body_image.qsrc

+ 7 - 7
locations/_body_image.qsrc

@@ -81,25 +81,25 @@ if $ARGS[0] = 'clothes':
 		else
 			if $clothingworntype = 'danilovich_swimsuit':
 				FUNC('$attributes_danilovich_swim_one', $clothingworntype, clothingwornnumber)
-				$swimwear_description
+				$body_image_msg += $swimwear_description
 			elseif $clothingworntype = 'scandalicious_swimsuit':
 				FUNC('$attributes_scandalicious_swim_one', $clothingworntype, clothingwornnumber)
-				$swimwear_description
+				$body_image_msg += $swimwear_description
 			elseif $clothingworntype = 'scandalicious_bikinis':
 				FUNC('$attributes_scandalicious_swim_two', $clothingworntype, clothingwornnumber)
-				$swimwear_description
+				$body_image_msg += $swimwear_description
 			elseif $clothingworntype = 'allure_swimsuit':
 				FUNC('$attributes_allure_swim_one', $clothingworntype, clothingwornnumber)
-				$swimwear_description
+				$body_image_msg += $swimwear_description
 			elseif $clothingworntype = 'allure_bikinis':
 				FUNC('$attributes_allure_swim_two', $clothingworntype, clothingwornnumber)
-				$swimwear_description
+				$body_image_msg += $swimwear_description
 			elseif $clothingworntype = 'nerdvana_swimsuit':
 				FUNC('$attributes_nerdvana_swim_one', $clothingworntype, clothingwornnumber)
-				$swimwear_description
+				$body_image_msg += $swimwear_description
 			elseif $clothingworntype = 'nerdvana_bikinis':
 				FUNC('$attributes_nerdvana_swim_two', $clothingworntype, clothingwornnumber)
-				$swimwear_description
+				$body_image_msg += $swimwear_description
 			end
 		end