[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:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user