diff --git a/Content.Server/Bible/BibleSystem.cs b/Content.Server/Bible/BibleSystem.cs index 7b74a59757d..29056dd5e41 100644 --- a/Content.Server/Bible/BibleSystem.cs +++ b/Content.Server/Bible/BibleSystem.cs @@ -160,7 +160,8 @@ private void OnAfterInteract(EntityUid uid, BibleComponent component, AfterInter //Sunrise-start - if (TryPrototype((EntityUid) args.Target, out var prototype) + if (TryPrototype((EntityUid)args.Target, out var prototype) + && (prototype.ID == "MobPig" || (prototype.Parents != null && prototype.Parents.Contains("MobPig"))) && prototype.ID == "MobPig" && !HasComp(args.Target)) {