X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FCapsule.h;h=bf99cfa1ad376660c322c97640515ec9b71f4dce;hb=c5e56f45e08fcc6c4dceb586ce3d671a3f3907ab;hp=ef4caf687a36af03385b4f4726444da2105a6b93;hpb=3eb9ed8d05effa0087ae9c6970699e56c12d7350;p=l2e.git diff --git a/src/common/Capsule.h b/src/common/Capsule.h index ef4caf6..bf99cfa 100644 --- a/src/common/Capsule.h +++ b/src/common/Capsule.h @@ -54,6 +54,9 @@ public: bool IsHungry() const; void Feed(const common::Item *); + const common::Item *UpgradeItem() const; + void UpgradeSpecial(); + Uint16 MaxHealth() const; Stats GetStats() const; @@ -88,6 +91,8 @@ private: graphics::Animation *attackAnimation; graphics::Animation *spellAnimation; + const common::Item *upgradeItem; + int upgradeClass; int hunger; int hungerFull;