Реврайт освещения от дверей на клиент (#375)
* fix: doors no longer light up without power * rework: rewrite PointLightAirlockSystem on client * public to private * cleanup
This commit is contained in:
@@ -121,7 +121,6 @@ public abstract class SharedAirlockSystem : EntitySystem
|
||||
|
||||
public void UpdateEmergencyLightStatus(EntityUid uid, AirlockComponent component)
|
||||
{
|
||||
RaiseLocalEvent(uid, new DoorlightsChangedEvent(DoorVisuals.EmergencyLights, component.EmergencyAccess));
|
||||
Appearance.SetData(uid, DoorVisuals.EmergencyLights, component.EmergencyAccess);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user