We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a087a6f commit 2eff0cfCopy full SHA for 2eff0cf
Parts and Effects/QudUX_LegendaryInteractionListener.cs
@@ -60,7 +60,7 @@ public static void BatchMarkLegendary()
60
List<PointOfInterest> legendaryCreatures = GetPointsOfInterestEvent.GetFor(The.Player)
61
.Where(
62
point =>
63
- point.Object.HasProperty("Hero") || point.Object.GetStringProperty("Role") == "Hero" && point.Object.HasPart(typeof(GivesRep))
+ (point.Object.HasProperty("Hero") || point.Object.GetStringProperty("Role") == "Hero") && point.Object.HasPart(typeof(GivesRep))
64
).ToList();
65
66
if(legendaryCreatures.Count == 0)
0 commit comments