浏览代码

[fixed] Old variable updated

Kevin_Smarts 3 年之前
父节点
当前提交
4401482a20
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      locations/wardrobe.qsrc

+ 2 - 2
locations/wardrobe.qsrc

@@ -484,8 +484,8 @@ if $ARGS[0] = 'sports_entry_set':
 		sportsshoenumber = shoewornnumber
 		$sportspursetype = $currentpursetype
 		sportspursenumber = currentpursenumber
-		$sportscoattype = $currentcoattype
-		sportscoatnumber = currentcoatnumber
+		$sportscoattype = $coatworntype
+		sportscoatnumber = coatwornnumber
 
 		$sports_clothing_temp = '<<$sports_clothing_name>>'
 		$sports_clothing_name = input ('<center>Enter a name for this outfit set<br><font color="grey">Leaving blank will reuse current name.</font></center>')