Browse Source

[added] Flag to coat file so wear and tear will work

KevinSmarts 3 years ago
parent
commit
3b763f5b14
1 changed files with 2 additions and 0 deletions
  1. 2 0
      locations/coats.qsrc

+ 2 - 0
locations/coats.qsrc

@@ -15,6 +15,8 @@ end
 if $ARGS[0] = 'wear':
 	$coatworntype = $ARGS[1]
 	coatwornnumber = ARGS[2]
+
+	dynamic $ARGS[1] + '_w[<<ARGS[2]>>] = 1'
 end
 
 if $ARGS[0] = 'view_coat_list':