[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:
HitPanda
2023-10-11 21:18:46 +03:00
committed by Aviu00
parent 44995139f7
commit b8d28ceb37
4 changed files with 30 additions and 18 deletions

View File

@@ -344,7 +344,10 @@ namespace Content.Server.Body.Systems
if (args.Target != null && CanCPR(args.Target.Value, component, args.User))
args.Repeat = true;
else
{
component.CPRPerformedBy = null;
component.CPRPlayingStream?.Stop();
}
RaiseLocalEvent(args.User, new MoodEffectEvent("SavedLife"));
}