[Fix] Some fixes (#484)
* fix mood not resolved * fixed cpr sound stream * fix welded airlock not showing lights * update rep weights * tweak player reputation weights * fix for mood fix
This commit is contained in:
@@ -102,6 +102,7 @@ public sealed class AirlockSystem : SharedAirlockSystem
|
||||
(state == DoorState.Closing
|
||||
|| state == DoorState.Opening
|
||||
|| state == DoorState.Denying
|
||||
|| state == DoorState.Welded
|
||||
|| (state == DoorState.Open && comp.OpenUnlitVisible)
|
||||
|| (_appearanceSystem.TryGetData<bool>(uid, DoorVisuals.ClosedLights, out var closedLights, args.Component) && closedLights))
|
||||
&& !boltedVisible && !emergencyLightsVisible; ;
|
||||
|
||||
Reference in New Issue
Block a user