mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-06-09 10:06:43 +02:00
simple fix
This commit is contained in:
@@ -266,6 +266,6 @@ public abstract class SharedFlashSystem : EntitySystem
|
||||
private void OnExamine(Entity<FlashImmunityComponent> ent, ref ExaminedEvent args)
|
||||
{
|
||||
if (ent.Comp.ShowInExamine)
|
||||
args.PushMarkup(Loc.GetString("flash-protection"));
|
||||
args.PushMarkup(Loc.GetString($"{(HasComp<ClothingComponent>(ent) ? "provides" : "has")}-flash-protection"));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
flash-protection = It provides protection from [color=lightblue]bright flashes[/color].
|
||||
provides-flash-protection = It provides protection from [color=lightblue]bright flashes[/color].
|
||||
has-flash-protection = It has protection from [color=lightblue]bright flashes[/color].
|
||||
Reference in New Issue
Block a user