Skip to content

Commit

Permalink
final 3?
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhar committed Dec 23, 2023
1 parent 85b6c2b commit 50099c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/santa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def stage_pre_fill(cls, multiworld: MultiWorld) -> None:

item_pool: List[SantaItem] = []
item_pool += [SantaItem("Milk & Cookies", ItemClassification.useful, cls.item_name_to_id["Milk & Cookies"], santa_world) for _ in range(5)]
item_pool += [SantaItem("The Christmas Slay", ItemClassification.trap, cls.item_name_to_id["The Christmas Slay"], santa_world) for _ in range(2)]
item_pool += [SantaItem("Anti-Capitalism Missile", ItemClassification.trap, cls.item_name_to_id["Anti-Capitalism Missile"], santa_world) for _ in range(2)]

location_pool = location_pool[:len(item_pool)]

Expand All @@ -60,4 +60,4 @@ def stage_pre_fill(cls, multiworld: MultiWorld) -> None:
)

def get_filler_item_name(self) -> str:
return "The Christmas Slay"
return "Anti-Capitalism Missile"

0 comments on commit 50099c2

Please sign in to comment.