Ver código fonte

[fixed] using shoe variables for coats instead of coat variables for coats

hornguy6 1 ano atrás
pai
commit
76cd62271c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      locations/wardrobe.qsrc

+ 1 - 1
locations/wardrobe.qsrc

@@ -908,7 +908,7 @@ if $ARGS[0] = 'default_sport_options':
 				end
 				gs 'shoes', 'wear', $shoelastworntype['sport'], shoelastwornnumber['sport']
 				gs 'purses', 'wear', $shoelastworntype['sport'], shoelastwornnumber['sport']
-				gs 'coats', 'wear', $shoelastworntype['sport'], shoelastwornnumber['sport']
+				gs 'coats', 'wear', $lastworncoattype['sport'], lastworndefcoatnumber['sport']
 			end
 		end
 	end