forked from mirror/Archipelago
[SDV] Added a missing logic rule for talking to Leo (#2129)
This commit is contained in:
@@ -1095,6 +1095,8 @@ class StardewLogic:
|
||||
rules = [self.can_reach_any_region(villager.locations)]
|
||||
if npc == NPC.kent:
|
||||
rules.append(self.has_year_two())
|
||||
elif npc == NPC.leo:
|
||||
rules.append(self.received("Island West Turtle"))
|
||||
|
||||
return And(rules)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user