Allow inspecting ID's and Health of people behind glass (#25163)
Hops will love me
This commit is contained in:
parent
ac159a1400
commit
c50aee2f9f
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ namespace Content.Shared.Examine
|
|||
if (MobStateSystem.IsIncapacitated(examiner))
|
||||
return false;
|
||||
|
||||
if (!_interactionSystem.InRangeUnobstructed(examiner, entity, ExamineDetailsRange))
|
||||
if (!InRangeUnOccluded(examiner, entity, ExamineDetailsRange))
|
||||
return false;
|
||||
|
||||
// Is the target hidden in a opaque locker or something? Currently this check allows players to examine
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue