mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-15 03:31:44 +01:00
Fix component constraints (#20241)
This commit is contained in:
@@ -154,7 +154,7 @@ namespace Content.Server.Explosion.EntitySystems
|
||||
|
||||
private void HandleRattleTrigger(EntityUid uid, RattleComponent component, TriggerEvent args)
|
||||
{
|
||||
if (!TryComp<SubdermalImplantComponent?>(uid, out var implanted))
|
||||
if (!TryComp<SubdermalImplantComponent>(uid, out var implanted))
|
||||
return;
|
||||
|
||||
if (implanted.ImplantedEntity == null)
|
||||
|
||||
Reference in New Issue
Block a user