Merge remote-tracking branch 'upstream/stable' into ed-10-06-2025-upstream-sync
# Conflicts: # .github/CODEOWNERS # Content.IntegrationTests/Tests/Atmos/ConstantsTest.cs # Content.Server/Chat/Managers/ChatManager.cs # Content.Server/Connection/ConnectionManager.cs # Content.Shared/Actions/SharedActionsSystem.cs # Content.Shared/Lock/LockSystem.cs
This commit is contained in:
@@ -92,7 +92,7 @@ public sealed class InjectorSystem : SharedInjectorSystem
|
||||
// Is the target a mob? If yes, use a do-after to give them time to respond.
|
||||
if (HasComp<MobStateComponent>(target) || HasComp<BloodstreamComponent>(target))
|
||||
{
|
||||
// Are use using an injector capible of targeting a mob?
|
||||
// Are use using an injector capable of targeting a mob?
|
||||
if (entity.Comp.IgnoreMobs)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user