- made lacerate and sunder modules show up in configuration mode

- added an extremely untested MaelstromCount module based off the other Count modules. I do not have a shaman with maelstrom to test this with, but I did confirm that it at least doesn't throw any errors ;)
- set lacerate default vertical position such that it is out of the way of the combo points module instead of on top of it
- fixed a bug where "graphical glow" and "graphical clean" presets did not work on lacerate and sunder count modules
This commit is contained in:
Parnic
2008-10-20 05:39:35 +00:00
parent 6786fba204
commit 5cfc082a28
5 changed files with 304 additions and 14 deletions

View File

@ -435,8 +435,9 @@ function IceCore.prototype:ConfigModeToggle(bWantConfig)
for i = 1, table.getn(self.elements) do
if not self.elements[i]:IsVisible() then
self.elements[i].frame:Hide()
self.elements[i]:Redraw()
end
self.elements[i]:Redraw()
end
end
end