X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FHero.h;h=1905c815e9cac9cbb7549c0f276b8054a6c9a035;hb=6a954cc1f6324d61282e21ec0d7dee6e6265f44f;hp=77269c6b25572415a43c32da5e83cbd15c001f47;hpb=f552d26f537af9fa48255bd71cdc1a0a1b860bac;p=l2e.git diff --git a/src/common/Hero.h b/src/common/Hero.h index 77269c6..1905c81 100644 --- a/src/common/Hero.h +++ b/src/common/Hero.h @@ -71,6 +71,7 @@ public: bool HasRing() const { return ring; } bool HasJewel() const { return jewel; } + std::vector &Spells() { return spells; } const std::vector &Spells() const { return spells; } graphics::Sprite *BattleSprite() { return battleSprite; }