[Feat] Socket unjobban command (#78)
* Socket unjobban command * fix for CPR system
This commit is contained in:
@@ -235,10 +235,9 @@ namespace Content.Server.Body.Systems
|
||||
// WD start
|
||||
private void OnHandInteract(EntityUid uid, RespiratorComponent component, InteractHandEvent args)
|
||||
{
|
||||
if (!CanCPR(uid, component, args.User))
|
||||
return;
|
||||
if (CanCPR(uid, component, args.User))
|
||||
DoCPR(uid, component, args.User);
|
||||
|
||||
DoCPR(uid, component, args.User);
|
||||
args.Handled = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user