]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Buff revenant structural damage (#27309)
authorSoulFN <164462467+SoulFN@users.noreply.github.com>
Thu, 25 Apr 2024 11:02:25 +0000 (19:02 +0800)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2024 11:02:25 +0000 (21:02 +1000)
* 15 > 50

* update

50 >> 60

Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs

index ffd5f75bf297f77900ee4ad0d3744800db12e52d..68a2624500062df973556e20e8c17331eadf52e2 100644 (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);
             }