Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/game/items/StarBlueprintItem.cpp1
1 files changed, 0 insertions, 1 deletions
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"));