Merge pull request 'Adding Post Processing and lights to the tesla tower' (#9) from feature/post-processing into main
Reviewed-on: #9
This commit is contained in:
commit
b6bc003f9e
8 changed files with 241 additions and 106 deletions
|
|
@ -473,8 +473,6 @@ namespace TD.Combat
|
|||
{
|
||||
var multiplier = GetOwnerBuffManager()?.GetMultiplier(BuffStat.Damage) ?? 1f;
|
||||
float effectiveDamage = p.Damage * multiplier;
|
||||
Debug.Log("multiplier: " + multiplier);
|
||||
Debug.Log("Effective damage: " + effectiveDamage);
|
||||
target.TakeDamage(effectiveDamage, p.DamageType, owner);
|
||||
ApplyStatusEffect(p, target, owner);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue