machine upgrade guidebook (#13511)
* machine upgrade guidebook * oops * guidehelpcomponent * build, damn you
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user