make the detailed examine verb predicted (#35362)

can we stop predicting things
This commit is contained in:
Milon
2025-02-21 20:30:06 +01:00
committed by GitHub
parent 17f3db1936
commit f5eafc7ed3
6 changed files with 57 additions and 55 deletions

View File

@@ -1,5 +1,4 @@
using Content.Server.Access.Systems;
using Content.Server.DetailExaminable;
using Content.Server.Humanoid;
using Content.Server.IdentityManagement;
using Content.Server.Mind.Commands;
@@ -9,6 +8,7 @@ using Content.Shared.Access.Components;
using Content.Shared.Access.Systems;
using Content.Shared.CCVar;
using Content.Shared.Clothing;
using Content.Shared.DetailExaminable;
using Content.Shared.Humanoid;
using Content.Shared.Humanoid.Prototypes;
using Content.Shared.PDA;