Skip to content

Commit

Permalink
✨ add multiplayer/clandestine recipes (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
twentylemon authored Nov 11, 2024
1 parent de28555 commit 9d726d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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 @@ -303,7 +303,7 @@ def alternates() -> List[Recipe]:
assy("SiliconCircuitBoard", Item.CopperSheet * 27.5 + Item.Silica * 27.5 >> Item.CircuitBoard * 12.5),
ctor("Charcoal", Item.Wood * 15 >> Item.Coal * 150),
ctor("Biocoal", Item.Biomass * 37.5 >> Item.Coal * 45),
assy("CompactedCoal", Item.Coal * 25 + Item.Sulfur * 25 >> Item.CompactedCoal * 25),
assy(Item.CompactedCoal, Item.Coal * 25 + Item.Sulfur * 25 >> Item.CompactedCoal * 25),
assy("CrystalComputer", Item.CircuitBoard * 5 + Item.CrystalOscillator * 1.66667 >> Item.Computer * 3.33333),
manu("CateriumComputer", Item.CircuitBoard * 15 + Item.Quickwire * 52.5 + Item.Rubber * 22.5 >> Item.Computer * 3.75),
refine("WetConcrete", Item.Limestone * 120 + Item.Water * 100 >> Item.Concrete * 80),
Expand Down
3 changes: 3 additions & 0 deletions duckbot/cogs/games/satisfy/satisfy.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"LeachedCateriumIngot",
"LeachedIronIngot",
"LeachedCopperIngot",
"CompactedCoal",
]
],
"Clandestine": default()
Expand Down Expand Up @@ -187,6 +188,8 @@
"CompactedSteelIngot",
"CoatedCable",
"FineBlackPowder",
"CompactedCoal",
"PolyesterFabric",
]
],
}
Expand Down

0 comments on commit 9d726d2

Please sign in to comment.