Compare commits
1 Commits
d2f3974c96
...
v0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 68449e1a78 |
@@ -65,8 +65,8 @@ function SkirmishGameClass:CombatTextUnitBuilt(unit)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local timeText = FormatTime(unit.BuildTime)
|
local timeText = FormatTime(unit.BuildTime)
|
||||||
local text = string.format("%s <T%d> [%s]: BUILT %s ($ %d)", timeText, team.Number, owner.Faction, unit.DisplayName,
|
local text = string.format("%s [T%d %s]: BUILT %s ($ %d)", timeText, team.Number, team.Faction.DisplayName,
|
||||||
unit.BuildCost)
|
unit.DisplayName, unit.BuildCost)
|
||||||
local faction = Factions[owner.Faction]
|
local faction = Factions[owner.Faction]
|
||||||
---@type ColorStruct
|
---@type ColorStruct
|
||||||
local color
|
local color
|
||||||
|
|||||||
Reference in New Issue
Block a user