summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actInfoCommon.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-01-19 19:08:48 +0100
committerLéo Lam <leo@leolam.fr>2021-01-20 01:36:14 +0100
commit30bbc0c54a56549128ba7dc7910e4fbdd9ab0fec (patch)
tree68b71d7e59f5e369ef8e027280b230e628b5bad1 /src/KingSystem/ActorSystem/actInfoCommon.cpp
parent0ac3ba93adef997910b184bae8c7a4fd133dd69b (diff)
uking/ui: Add even more inventory functions
Diffstat (limited to 'src/KingSystem/ActorSystem/actInfoCommon.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actInfoCommon.cpp4
1 files changed, 4 insertions, 0 deletions
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