Browse Source

[fixed] Coatattributes using wrong call resulting in an error

Kevin_Smarts 3 years ago
parent
commit
4eefb6ff76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/coats.qsrc

+ 1 - 1
locations/coats.qsrc

@@ -17,7 +17,7 @@ end
 if $ARGS[0] = 'wear':
 	$coatworntype = $ARGS[1]
 	coatwornnumber = ARGS[2]
-	FUNC('coat_attributes', $ARGS[1], ARGS[2])
+	gs 'coat_attributes', $ARGS[1], ARGS[2]
 	PCoatWarm = CoatWarm
 	PCoatQuality = CoatQuality