comparison core.lua @ 31:0ea3ff6465de v1.06a

Code Cleanup
author Aaron Bregger
date Mon, 13 Sep 2010 14:24:53 -0500
parents 34e70bd042b1
children 3976960cda3d
comparison
equal deleted inserted replaced
30:944b11ae26a2 31:0ea3ff6465de
416 hasAlpha = true, 416 hasAlpha = true,
417 arg = "RecipeProfit", 417 arg = "RecipeProfit",
418 } 418 }
419 end 419 end
420 420
421 -- TODO: Fix
421 function get_colored_note_name(self, nodeID) 422 function get_colored_note_name(self, nodeID)
422 local text = self.reverseNodeIDs["RecipeProfit"][nodeID] 423 local text = self.reverseNodeIDs["RecipeProfit"][nodeID]
423 local sName, sLink, iRarity, iLevel, iMinLevel, sType, sSubType, iStackCount = GetItemInfo(nodeLookup[nodeID].itementry) 424 local sName, sLink, iRarity, iLevel, iMinLevel, sType, sSubType, iStackCount = GetItemInfo(nodeLookup[nodeID].itementry)
424 425
425 if(not sLink) then 426 if(not sLink) then