Fire resist now can be examined. (#35183)
This commit is contained in:
@@ -14,4 +14,11 @@ public sealed partial class FireProtectionComponent : Component
|
||||
/// </summary>
|
||||
[DataField(required: true)]
|
||||
public float Reduction;
|
||||
|
||||
/// <summary>
|
||||
/// LocId for message that will be shown on detailed examine.
|
||||
/// Actually can be moved into system
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public LocId ExamineMessage = "fire-protection-reduction-value";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user