Fix APC turning invisible after emagging (#20245)

This commit is contained in:
daerSeebaer
2023-09-23 21:27:51 +02:00
committed by GitHub
parent e512f532d0
commit f5ddbcf123
2 changed files with 15 additions and 19 deletions

View File

@@ -97,7 +97,7 @@ public sealed partial class ApcVisualsComponent : Component
public string EmaggedScreenState = "emag-unlit";
/// <summary>
/// The sprite state of the unlit overlay used for the APC screen when the APC has been emagged.
/// The color of the light emitted when the APC has been emagged.
/// </summary>
[DataField("emaggedScreenColor")]
[ViewVariables(VVAccess.ReadWrite)]