From 0e771a7db3b4e1f4b167fdcd0e32d74b7bbf78d1 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Fri, 13 Dec 2024 12:07:07 +0100 Subject: [PATCH] Add stinki to whoer --- Heimdall.lua | 2 +- Whoer.lua | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Heimdall.lua b/Heimdall.lua index 7cbe23f..0b0c937 100644 --- a/Heimdall.lua +++ b/Heimdall.lua @@ -110,7 +110,7 @@ local function init() data.who = { ignored = {}, } - --/run Heimdall_Data.config = {who={enabled=true},deathReporter={enabled=true}} + --/run Heimdall_Data.config = {who={enabled=true},deathReporter={enabled=true},spotter={enabled=true}} --/run Heimdall_Data.config = {deathReporter={enabled=true}} --/run Heimdall_Data.config = {deathReporter={enabled=false},spotter={enabled=false}} --/run Heimdall_Data.config = {deathReporter={enabled=false},spotter={enabled=true,everyone=true}} diff --git a/Whoer.lua b/Whoer.lua index 5be5c0a..d7e468c 100644 --- a/Whoer.lua +++ b/Whoer.lua @@ -62,8 +62,9 @@ function data.Whoer.Init() ---@return string NotifyMessage = function(self) local text = string.format( - "%s of class %s, race %s (%s) and guild %s in %s, first seen: %s, last seen: %s, times seen: %d", + "%s %s of class %s, race %s (%s) and guild %s in %s, first seen: %s, last seen: %s, times seen: %d", self.name, + self.stinky and "(!!!!)" or "", self.class, self.race, tostring(data.raceMap[self.race]),