Another fixes and features (#392)

* fix: doorlights supports emagging now + fix emergency light

* add todo to PointLightAirlockSystem.cs

* tweak: reduce captain armor size

* fix: fix wt550 magazine stored rotation

* add: new lobby songs

* fix: fix lobby music rotation
This commit is contained in:
ThereDrD0
2024-06-29 09:49:43 +03:00
committed by GitHub
parent ef4e2feba9
commit e9232e638c
42 changed files with 68 additions and 28 deletions

View File

@@ -11,6 +11,9 @@ public sealed partial class PointLightAirlockComponent : Component
[ViewVariables]
public bool LastBoltsState;
[ViewVariables]
public bool IsEmagged;
[ViewVariables]
public readonly string RedColor = "#D56C6C";