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

summaryrefslogtreecommitdiff
path: root/source/game/StarItemDatabase.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-06-03 15:47:18 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-06-03 15:47:18 +1000
commit5d1e85b24154dea8ccf0fc98e54a5c0cbf32453c (patch)
treefa9bf4dbe72f0244bcdac361ef44060f421a7971 /source/game/StarItemDatabase.hpp
parentadd17da988f4518c451abc4d0bacf536071e1c0b (diff)
player.availableRecipes and root.allRecipes
Diffstat (limited to 'source/game/StarItemDatabase.hpp')
-rw-r--r--source/game/StarItemDatabase.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarItemDatabase.hpp b/source/game/StarItemDatabase.hpp
index 50a8e35..d5b86fc 100644
--- a/source/game/StarItemDatabase.hpp
+++ b/source/game/StarItemDatabase.hpp
@@ -138,7 +138,7 @@ public:
ItemRecipe parseRecipe(Json const& config) const;
- HashSet<ItemRecipe> allRecipes() const;
+ HashSet<ItemRecipe> const& allRecipes() const;
HashSet<ItemRecipe> allRecipes(StringSet const& types) const;
ItemPtr applyAugment(ItemPtr const item, AugmentItem* augment) const;