]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Monster.h
added attack targets selection state
[l2e.git] / src / battle / Monster.h
index 1c9218413fef2a78bd72655fb977051ba5781fcc..d3a7162111939c1f887cf4c63fa548f4575b0beb 100644 (file)
@@ -52,6 +52,8 @@ public:
 // temporary setters until loader is implemented
 public:
        void SetSprite(graphics::Sprite *s) { sprite = s; }
+       void SetMaxHealth(Uint16 m) { maxHealth = m; }
+       void SetHealth(Uint16 h) { health = h; }
 
 private:
        const char *name;