Skip to content

Commit

Permalink
🎨 change sink recipe names to include hashtag to fit other pseudo-rec…
Browse files Browse the repository at this point in the history
…ipes (#1004)
  • Loading branch information
twentylemon authored Nov 17, 2024
1 parent a8f8852 commit ba29814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckbot/cogs/games/satisfy/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def encode(name: str | Item, inout: tuple[Rates, Rates]) -> Recipe:


def sink(item: Item) -> Recipe:
return recipe(f"Sink{item}", Building.AwesomeSink, item * 1 >> Item.AwesomeTicketPoints * item.points)
return recipe(f"Sink#{item}", Building.AwesomeSink, item * 1 >> Item.AwesomeTicketPoints * item.points)


def bioburn(name: str | Item, input: Rates) -> Recipe:
Expand Down

0 comments on commit ba29814

Please sign in to comment.