diff amr-constants.lua @ 39:561cf98ced21 v12

fixed issue with import not recognizing some items
author yellowfive
date Wed, 22 Oct 2014 00:28:30 -0700
parents 4ba69d2ee252
children 0e78d6424532
line wrap: on
line diff
--- a/amr-constants.lua	Sun Oct 19 19:12:08 2014 -0700
+++ b/amr-constants.lua	Wed Oct 22 00:28:30 2014 -0700
@@ -28,6 +28,7 @@
         for i = 13, 12 + numBonuses do
             table.insert(item.bonusIds, tonumber(parts[i]))
         end
+		table.sort(item.bonusIds)
     end
     
     return item