Dropped SpellStatus. Third alpha stage applies to nonempty bars as well now.

This commit is contained in:
iceroth
2006-08-18 16:29:06 +00:00
parent 8a1f84390a
commit b024be5d8a
6 changed files with 84 additions and 192 deletions

View File

@ -62,6 +62,8 @@ function MirrorBar.prototype:OnUpdate(elapsed)
if (self.paused) then
return
end
self:Update()
self.value = self.value + (self.scale * elapsed * 1000)