Skip to content

Commit a6cf200

Browse files
authored
Merge pull request #1940 from FruityGumGuiltyFruit/master
Fixed co_eagle.js description
2 parents a6a7f91 + 0fcb1bd commit a6cf200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/scripts/cos/co_eagle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ var Constructor = function()
385385
qsTr("\nGlobal Effect: \nEagle's air units gain +%0% firepower, +%1% defence, and use %2 less fuel per day, but his naval units have %3% firepower.") +
386386
qsTr("\n\nCO Zone Effect: \nEagle's air units gain +%4% firepower and +%5% defence. His naval units have -%6% firepower and +%7% defence. All of his other units gain +%8% firepower and +%7% defence.");
387387
text = replaceTextArgs(text, [values[0], values[1], values[2], values[3],
388-
CO_EAGLE.d2dCoZoneAirOffBonus, CO_EAGLE.d2dCoZoneDefBonus, CO_EAGLE.d2dCoZoneNavalOffBonus, CO_EAGLE.d2dCoZoneDefBonus, CO_EAGLE.d2dCoZoneOtherOffBonus]);
388+
CO_EAGLE.d2dCoZoneAirOffBonus, CO_EAGLE.d2dCoZoneAirDefBonus, CO_EAGLE.d2dCoZoneNavalOffBonus, CO_EAGLE.d2dCoZoneDefBonus, CO_EAGLE.d2dCoZoneOtherOffBonus]);
389389
return text;
390390
};
391391
this.getPowerDescription = function(co)

0 commit comments

Comments
 (0)