Implement PDA ID lights (#2397)
* add PDA id light (yaml changes pending) * the rest of the owl * Do it better
This commit is contained in:
@@ -146,6 +146,7 @@ namespace Content.Server.GameObjects.Components.PDA
|
||||
if (Owner.TryGetComponent(out AppearanceComponent? appearance))
|
||||
{
|
||||
appearance.SetData(PDAVisuals.FlashlightLit, _lightOn);
|
||||
appearance.SetData(PDAVisuals.IDCardInserted, !IdSlotEmpty);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user