summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h
index 7202701a..ca051811 100644
--- a/src/being.h
+++ b/src/being.h
@@ -234,6 +234,12 @@ class Being : public Sprite
*/
virtual void nextStep();
+ /**
+ * Triggers whether or not to show the name as a GM name.
+ * NOTE: This doesn't mean that just anyone can use this.
+ * If the server doesn't acknowlege you, you won't be shown
+ * as a GM on other people's clients.
+ */
virtual void setGM() { mIsGM = true; }
/**