mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-17 02:43:30 -07:00
[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)]
|
rules = [self.can_reach_any_region(villager.locations)]
|
||||||
if npc == NPC.kent:
|
if npc == NPC.kent:
|
||||||
rules.append(self.has_year_two())
|
rules.append(self.has_year_two())
|
||||||
|
elif npc == NPC.leo:
|
||||||
|
rules.append(self.received("Island West Turtle"))
|
||||||
|
|
||||||
return And(rules)
|
return And(rules)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user