Verb tweaks (#31309)

* Verb tweaks

Remove the LOS check because this is already done above in CanExamine.

* Fix outlines

* import
This commit is contained in:
metalgearsloth
2024-08-25 22:05:39 +10:00
committed by GitHub
parent cc710fa46b
commit 7cb6b5e972
4 changed files with 49 additions and 40 deletions

View File

@@ -1,4 +1,5 @@
using Content.Client.Verbs;
using Content.Shared.Verbs;
using JetBrains.Annotations;
using Robust.Shared.Console;