THIS WAS WHAT IT WAS ALL ALONG (#4069)

This commit is contained in:
Sunny Kim
2020-12-23 01:30:09 +09:00
committed by GitHub
parent 7ea12e97ec
commit 79d4925761

View File

@@ -52,7 +52,7 @@ public class StatusEffect extends MappableContent{
if(damage > 0){
unit.damageContinuousPierce(damage);
}else if(damage < 0){ //heal unit
unit.heal(damage * Time.delta);
unit.heal(-1f * damage * Time.delta);
}
if(effect != Fx.none && Mathf.chanceDelta(effectChance)){