summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h
index 5f95fbfed..1ae269416 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -905,6 +905,12 @@ class Being notfinal : public ActorSprite,
int getKarma() const
{ return mKarma; }
+ void setManner(const int manner)
+ { mManner = manner; }
+
+ int getManner() const
+ { return mManner; }
+
protected:
/**
* Updates name's location.
@@ -1072,6 +1078,7 @@ class Being notfinal : public ActorSprite,
unsigned int mNumber;
int mUsageCounter;
int mKarma;
+ int mManner;
uint8_t mLook;
unsigned char mHairColor;
bool mErased;