Ver Fonte

[fixed] wrong argument check for displaying bodysuits

f95Lok há 2 semanas atrás
pai
commit
51cb99aaab
1 ficheiros alterados com 1 adições e 1 exclusões
  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']