Skip to content
Snippets Groups Projects
Commit 99714fb6 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@5237 51575b47-30f0-44d4-a5cc-537603b46e54
parent afcbb0d9
No related branches found
No related tags found
No related merge requests found
......@@ -495,7 +495,7 @@ function _M:generateList()
for i, sid in ipairs{self.actor.STAT_STR, self.actor.STAT_DEX, self.actor.STAT_CON, self.actor.STAT_MAG, self.actor.STAT_WIL, self.actor.STAT_CUN } do
local s = self.actor.stats_def[sid]
local e = engine.Entity.new{image="stats/"..s.short_name:lower()..".png", is_stat=true}
local e = engine.Entity.new{image="stats/"..s.name:lower()..".png", is_stat=true}
e:getMapObjects(game.uiset.hotkeys_display_icons.tiles, {}, 1)
local stats = (i <= 3) and phys or mind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment