Buff revenant structural damage (#27309)

* 15 > 50

* update

50 >> 60
This commit is contained in:
SoulFN
2024-04-25 19:02:25 +08:00
committed by GitHub
parent e450fadbaa
commit 960a50c0ff

View File

@@ -238,7 +238,7 @@ public sealed partial class RevenantSystem
{
//hardcoded damage specifiers til i die.
var dspec = new DamageSpecifier();
dspec.DamageDict.Add("Structural", 15);
dspec.DamageDict.Add("Structural", 60);
_damage.TryChangeDamage(ent, dspec, origin: uid);
}