From 9d726d20a1e3b85045c48b69ca81e1aecea4ccd7 Mon Sep 17 00:00:00 2001 From: Taras Mychaskiw Date: Mon, 11 Nov 2024 14:11:06 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20multiplayer/clandestine=20rec?= =?UTF-8?q?ipes=20(#996)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- duckbot/cogs/games/satisfy/recipe.py | 2 +- duckbot/cogs/games/satisfy/satisfy.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/duckbot/cogs/games/satisfy/recipe.py b/duckbot/cogs/games/satisfy/recipe.py index 661e95e5..2e682384 100644 --- a/duckbot/cogs/games/satisfy/recipe.py +++ b/duckbot/cogs/games/satisfy/recipe.py @@ -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), diff --git a/duckbot/cogs/games/satisfy/satisfy.py b/duckbot/cogs/games/satisfy/satisfy.py index 8074cd0c..8575a8bf 100644 --- a/duckbot/cogs/games/satisfy/satisfy.py +++ b/duckbot/cogs/games/satisfy/satisfy.py @@ -111,6 +111,7 @@ "LeachedCateriumIngot", "LeachedIronIngot", "LeachedCopperIngot", + "CompactedCoal", ] ], "Clandestine": default() @@ -187,6 +188,8 @@ "CompactedSteelIngot", "CoatedCable", "FineBlackPowder", + "CompactedCoal", + "PolyesterFabric", ] ], }