Fix spelling errors and add naming consistency to campaign
Co-Authored-By: Gustas <37534529+punkpun@users.noreply.github.com>
This commit is contained in:
@@ -329,7 +329,7 @@ Tick = function()
|
||||
|
||||
if Ticked > 0 then
|
||||
if (Ticked % DateTime.Seconds(1)) == 0 then
|
||||
Timer = UserInterface.Translate("submarine-completes-in", { ["time"] = Utils.FormatTime(Ticked) })
|
||||
Timer = UserInterface.Translate("submarine-construction-complete-in", { ["time"] = Utils.FormatTime(Ticked) })
|
||||
UserInterface.SetMissionText(Timer, TimerColor)
|
||||
end
|
||||
Ticked = Ticked - 1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## rules.yaml
|
||||
actor-powerproxy-spyplane =
|
||||
.airstrikepower-name = Spy Plane (Single Use)
|
||||
.airstrikepower-description = Reveals an area of the map and cloaked enemy units.
|
||||
.airstrikepower-description = Reveals an area of the map and uncovers cloaked enemy units.
|
||||
|
||||
Reference in New Issue
Block a user