Fix spotter oopsie
This commit is contained in:
@@ -84,9 +84,9 @@ function shared.Spotter.Init()
|
|||||||
local stinky = Heimdall_Data.config.stinkies[name] or false
|
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",
|
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",
|
hostile and "Hostile" or "Friendly",
|
||||||
stinky and string.format("(%s)", "!!!!") or "",
|
|
||||||
name,
|
name,
|
||||||
class,
|
class,
|
||||||
|
stinky and string.format("(%s)", "!!!!") or "",
|
||||||
race,
|
race,
|
||||||
faction,
|
faction,
|
||||||
FormatHP(hp),
|
FormatHP(hp),
|
||||||
|
|||||||
Reference in New Issue
Block a user