summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index 170ad3f15..004e728c6 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -3537,3 +3537,9 @@ void Being::setBoard(const std::string &text)
mBoard = text;
updateName();
}
+
+void Being::enableShop(const bool b)
+{
+ mShop = b;
+ updateName();
+}