More abilities, refactor custom triggers to be typed.
All checks were successful
Build / Build (push) Successful in 48s
All checks were successful
Build / Build (push) Successful in 48s
This commit is contained in:
@@ -13,7 +13,7 @@ public class BellyDrum : Script
|
||||
return;
|
||||
}
|
||||
|
||||
target.Damage(maxHealthHalved, DamageSource.Misc);
|
||||
target.Damage(maxHealthHalved, DamageSource.Misc, forceDamage: true);
|
||||
// Raising the user's Attack by 12 stages should always set it to +6.
|
||||
target.ChangeStatBoost(Statistic.Attack, 12, true, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user