]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Battle.h
added simple victory state
[l2e.git] / src / battle / Battle.h
index e7cf8a2a2cd6f986d3201124b9e1cb34d8c6b13d..cd2894fa753dbba0cbc0f39bc4aea765c524df0b 100644 (file)
@@ -107,6 +107,9 @@ public:
        bool Victory() const;
        bool Defeat() const;
 
+       int ExpReward() const { return expReward; }
+       int GoldReward() const { return goldReward; }
+
 private:
        const PartyLayout *heroesLayout;
        const PartyLayout *monstersLayout;