Health alerts + Modular tools labeling renaming (#708)

* fix health alert

* grips label

* Update grips.yml
This commit is contained in:
Ed
2025-01-08 23:22:58 +03:00
committed by GitHub
parent 815c031a16
commit 00ecf1f4b6
7 changed files with 45 additions and 4 deletions

View File

@@ -49,3 +49,10 @@ public abstract partial class SharedLabelSystem : EntitySystem
args.AddModifier("comp-label-format", extraArgs: ("label", entity.Comp.CurrentLabel));
}
}
//CP14 Labeling Event
public sealed class CP14LabeledEvent : EntityEventArgs
{
public EntityUid? LabeledEntity;
public string? Text;
}