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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h
index cd56f5626..6850b2169 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -931,6 +931,14 @@ class Being notfinal : public ActorSprite,
void setTeamId(const uint16_t teamId);
+ void showTeamBadge(const bool show);
+
+ void showGuildBadge(const bool show);
+
+ void showGmBadge(const bool show);
+
+ void showPartyBadge(const bool show);
+
void showBadges(const bool show);
uint16_t getTeamId() const