public static bool LogicItemAquired(this LogicObjects.LogicEntry entry) { return(entry.Aquired || entry.StartingItem() || (entry.Unrandomized() && entry.Available)); }
public static bool AppearsInListbox(this LogicObjects.LogicEntry entry) { return((entry.Randomized() || entry.Unrandomized(1)) && !entry.IsFake && !string.IsNullOrWhiteSpace(entry.LocationName)); }