Implement toggling stinkiness and integrate stinkies with spotter

This commit is contained in:
2024-12-12 17:43:57 +01:00
parent e5151bc688
commit 33538be9f5
3 changed files with 25 additions and 6 deletions

View File

@@ -278,7 +278,7 @@ function data.Whoer.Init()
player.firstSeen = timestamp
end
local stinky = data.stinkies[name]
local stinky = data.config.stinkies[name]
if stinky then
PlaySoundFile("Interface\\Sounds\\Domination.ogg", "Master")
else