X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/317ce8de6f998a5e20c57f7fe5c8c02375c33729..998a0b4cfae5805ca17100697eb1a03f83a1a57f:/gameserv-2.0/libgameservgldl/include/GameServ/GameLayer/GameObjects/PotionGO.h diff --git a/gameserv-2.0/libgameservgldl/include/GameServ/GameLayer/GameObjects/PotionGO.h b/gameserv-2.0/libgameservgldl/include/GameServ/GameLayer/GameObjects/PotionGO.h index ca52b31..87143f3 100644 --- a/gameserv-2.0/libgameservgldl/include/GameServ/GameLayer/GameObjects/PotionGO.h +++ b/gameserv-2.0/libgameservgldl/include/GameServ/GameLayer/GameObjects/PotionGO.h @@ -13,9 +13,12 @@ class PotionGO : public ItemGO { public: PotionGO(); - PotionGO(const string &name, const int &price, const int &uses, const int &strength, const int &defense, const int &maxhp); + PotionGO(const string &name, const int &price, const int &uses, const int &strength, const int &defense, const int &maxhealth); virtual ~PotionGO(); + virtual ItemTypes::ItemType Type(void) const; + virtual ItemGO *Clone(void) const; + private: };