Browse Source

[fixed] wrong argument check for displaying bodysuits

f95Lok 2 weeks ago
parent
commit
51cb99aaab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/shop_utils.qsrc

+ 1 - 1
locations/shop_utils.qsrc

@@ -45,7 +45,7 @@ if $ARGS[0] = 'shop':
 			end
 		end
 
-	elseif $ARGS[1] = 'bodysuit':
+	elseif $ARGS[1] = 'bodysuits':
 		if dyneval('result = <<$shop_display[''variable'']>>_bodysuits[shop_display[''i'']]') = 0:
 			gs 'underwear_attributes', $shop_display['variable'], shop_display['i']