Re-enable buff stacking for short buffs

This commit is contained in:
Maxicarlos08 2023-11-12 17:17:20 +01:00
parent d7b07ee250
commit 7382f70f1e
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View File

@ -8,4 +8,5 @@ SelfBuff(
combo_cost: 1,
combo_scaling: Some(Linear),
energy_cost: 0,
enforced_limit: false,
)

View File

@ -6,4 +6,5 @@ SelfBuff(
buff_strength: 1.0,
buff_duration: Some(3.0),
energy_cost: 20,
enforced_limit: false,
)

View File

@ -6,4 +6,5 @@ SelfBuff(
buff_strength: 1.0,
buff_duration: Some(15.0),
energy_cost: 20,
enforced_limit: false,
)