From 30bbc0c54a56549128ba7dc7910e4fbdd9ab0fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Tue, 19 Jan 2021 19:08:48 +0100 Subject: uking/ui: Add even more inventory functions --- src/KingSystem/ActorSystem/actInfoCommon.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/KingSystem/ActorSystem/actInfoCommon.cpp') diff --git a/src/KingSystem/ActorSystem/actInfoCommon.cpp b/src/KingSystem/ActorSystem/actInfoCommon.cpp index e05903d9..8fd8fd54 100644 --- a/src/KingSystem/ActorSystem/actInfoCommon.cpp +++ b/src/KingSystem/ActorSystem/actInfoCommon.cpp @@ -115,4 +115,8 @@ bool getWeaponCommonPoweredSharpAddSurfMaster(const al::ByamlIter& iter) { return InfoData::getBoolByKey(iter, "weaponCommonPoweredSharpAddSurfMaster"); } +int getMonsterShopSellMamo(const al::ByamlIter& iter) { + return InfoData::getIntByKey(iter, "monsterShopSellMamo"); +} + } // namespace ksys::act -- cgit v1.2.3