parent
263c09a67a
commit
6b2d64268f
|
|
@ -32,9 +32,6 @@ public sealed class MindShieldSystem : EntitySystem
|
|||
|
||||
private void OnImplantImplanted(Entity<MindShieldImplantComponent> ent, ref ImplantImplantedEvent ev)
|
||||
{
|
||||
if (ev.Implanted == null)
|
||||
return;
|
||||
|
||||
EnsureComp<MindShieldComponent>(ev.Implanted);
|
||||
MindShieldRemovalCheck(ev.Implanted, ev.Implant);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue