summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h
index 6337e30f1..f366a37c5 100644
--- a/src/being.h
+++ b/src/being.h
@@ -613,6 +613,11 @@ class Being : public ActorSprite, public ConfigListener
{ return mGender; }
/**
+ * Return sprite sit action for current environment.
+ */
+ std::string getSitAction() const;
+
+ /**
* Whether or not this player is a GM.
*/
bool isGM() const