aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/character.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-02-16 19:58:53 -0500
committerPaul Gilbert2015-02-16 19:58:53 -0500
commitc045adae76e414a8e6b57e48a651ea6c29ed280a (patch)
treea670a69209db79e8344d060c07f44b84c96f6804 /engines/xeen/character.h
parent30d94950beb02188644dcfd71f3c3a067d0a0c5a (diff)
downloadscummvm-rg350-c045adae76e414a8e6b57e48a651ea6c29ed280a.tar.gz
scummvm-rg350-c045adae76e414a8e6b57e48a651ea6c29ed280a.tar.bz2
scummvm-rg350-c045adae76e414a8e6b57e48a651ea6c29ed280a.zip
XEEN: Implementing more combat logic
Diffstat (limited to 'engines/xeen/character.h')
-rw-r--r--engines/xeen/character.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/xeen/character.h b/engines/xeen/character.h
index 9e8687dbd7..be38ba5da1 100644
--- a/engines/xeen/character.h
+++ b/engines/xeen/character.h
@@ -270,6 +270,10 @@ public:
Condition worstCondition() const;
+ bool isDisabled() const;
+
+ bool isDisabledOrDead() const;
+
int getAge(bool ignoreTemp = false) const;
int getMaxHP() const;