Fix spotter oopsie

This commit is contained in:
2025-01-02 12:14:18 +01:00
parent 93d1d55cfa
commit 2954a93b4d

View File

@@ -84,9 +84,9 @@ function shared.Spotter.Init()
local stinky = Heimdall_Data.config.stinkies[name] or false
local text = string.format("I see (%s) %s/%s %s of race %s (%s) with health %s/%s at %s",
hostile and "Hostile" or "Friendly",
stinky and string.format("(%s)", "!!!!") or "",
name,
class,
stinky and string.format("(%s)", "!!!!") or "",
race,
faction,
FormatHP(hp),