From 4ae9f131f8dc66782dfe566d162e7efe785bd7b3 Mon Sep 17 00:00:00 2001 From: SilverSokolova <80606782+SilverSokolova@users.noreply.github.com> Date: Tue, 21 May 2024 03:59:03 -0500 Subject: [PATCH] Make blueprints stackable I did not test this --- source/game/items/StarBlueprintItem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/game/items/StarBlueprintItem.cpp b/source/game/items/StarBlueprintItem.cpp index 7a17d24..da1d20e 100644 --- a/source/game/items/StarBlueprintItem.cpp +++ b/source/game/items/StarBlueprintItem.cpp @@ -11,7 +11,6 @@ BlueprintItem::BlueprintItem(Json const& config, String const& directory, Json c : Item(config, directory, data), SwingableItem(config) { setWindupTime(0.2f); setCooldownTime(0.1f); - setMaxStack(1); m_requireEdgeTrigger = true; m_recipe = ItemDescriptor(instanceValue("recipe"));