Add faction to spotter

This commit is contained in:
2024-12-12 17:27:59 +01:00
parent f2f53fd24e
commit e5151bc688

View File

@@ -78,10 +78,11 @@ function data.Spotter.Init()
location = string.format("%s (%s)", zone, subzone)
end
local text = string.format("I see (%s) %s of race (%s) with health %s/%s at %s",
local text = string.format("I see (%s) %s of race %s (%s) with health %s/%s at %s",
hostile and "Hostile" or "Friendly",
name,
race,
faction,
FormatHP(hp),
FormatHP(maxHp),
location)