machine upgrade guidebook (#13511)

* machine upgrade guidebook

* oops

* guidehelpcomponent

* build, damn you
This commit is contained in:
Nemanja
2023-01-16 11:53:23 -05:00
committed by GitHub
parent 52e50bd34f
commit fd9e1f3738
19 changed files with 113 additions and 10 deletions

View File

@@ -7,6 +7,7 @@ using Content.Shared.Mobs.Systems;
using JetBrains.Annotations;
using Robust.Shared.Containers;
using Robust.Shared.Map;
using Robust.Shared.Network;
using Robust.Shared.Physics;
using Robust.Shared.Utility;
using static Content.Shared.Interaction.SharedInteractionSystem;
@@ -46,6 +47,9 @@ namespace Content.Shared.Examine
public bool IsInDetailsRange(EntityUid examiner, EntityUid entity)
{
if (entity.IsClientSide())
return true;
// check if the mob is in critical or dead
if (MobStateSystem.IsIncapacitated(examiner))
return false;