Commit f616aa94467f47735f90cecd59311819e386ab9f

Authored by suhongyang
1 parent bc44116d

Fix bug

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/adv/AdvBuff.lua
@@ -195,7 +195,7 @@ local BuffFactory = { @@ -195,7 +195,7 @@ local BuffFactory = {
195 self.owner.battle.adv:changePower(value, cType) 195 self.owner.battle.adv:changePower(value, cType)
196 end 196 end
197 _Buff._effectValue = function(self) 197 _Buff._effectValue = function(self)
198 - return self.buffData.effectValue1, self.buffData.effectValue2 198 + return self.buffData.effectValue2, self.buffData.effectValue1
199 end 199 end
200 end, 200 end,
201 [Buff.HP_CHANGE_NOW] = function(_Buff) 201 [Buff.HP_CHANGE_NOW] = function(_Buff)