Fix tooltips for non-disabled verbs (#19009)
This commit is contained in:
@@ -35,7 +35,7 @@ public sealed class HealthExaminableSystem : EntitySystem
|
||||
Text = Loc.GetString("health-examinable-verb-text"),
|
||||
Category = VerbCategory.Examine,
|
||||
Disabled = !detailsRange,
|
||||
Message = Loc.GetString("health-examinable-verb-disabled"),
|
||||
Message = detailsRange ? null : Loc.GetString("health-examinable-verb-disabled"),
|
||||
Icon = new SpriteSpecifier.Texture(new ("/Textures/Interface/VerbIcons/rejuvenate.svg.192dpi.png"))
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user