diff options
Diffstat (limited to 'source/game/StarPlayer.hpp')
-rw-r--r-- | source/game/StarPlayer.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarPlayer.hpp b/source/game/StarPlayer.hpp index 1a6a5c2..5cc6f8f 100644 --- a/source/game/StarPlayer.hpp +++ b/source/game/StarPlayer.hpp @@ -223,6 +223,7 @@ public: void triggerPickupEvents(ItemPtr const& item); + ItemPtr essentialItem(EssentialItem essentialItem) const; bool hasItem(ItemDescriptor const& descriptor, bool exactMatch = false) const; uint64_t hasCountOfItem(ItemDescriptor const& descriptor, bool exactMatch = false) const; // altough multiple entries may match, they might have different |