Skip to content

Commit

Permalink
duplicated line fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Svinthefirst committed Dec 26, 2024
1 parent b936597 commit daa88e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Content.Server/Bible/BibleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ private void OnAfterInteract(EntityUid uid, BibleComponent component, AfterInter

if (TryPrototype((EntityUid)args.Target, out var prototype)
&& (prototype.ID == "MobPig" || (prototype.Parents != null && prototype.Parents.Contains<string>("MobPig")))
&& prototype.ID == "MobPig"
&& !HasComp<SawComponent>(args.Target))
{
if (_lookUp.GetEntitiesInRange<IdentityComponent>(Transform(uid).Coordinates, 5).Count >= 5
Expand Down

0 comments on commit daa88e3

Please sign in to comment.