1
0
forked from 0ad/0ad

Of course the time I don't test before committing is the time I make a syntax error. I think the RNG hates me.

This was SVN commit r14619.
This commit is contained in:
alpha123 2014-01-19 02:57:40 +00:00
parent 7a520adbf3
commit 8845910f9c

View File

@ -230,7 +230,7 @@ function displaySingle(entState, template)
attack += " (" + Math.round(realRange - range) + ")";
}
attack += ", [font=\"serif-bold-13\"]" + (entState.buildingAI ? "Rate" : "Interval" ":[/font] ") + attackRateDetails(entState);
attack += ", [font=\"serif-bold-13\"]" + (entState.buildingAI ? "Rate" : "Interval") + ":[/font] " + attackRateDetails(entState);
}
Engine.GetGUIObjectByName("attackAndArmorStats").tooltip = attack + "\n[font=\"serif-bold-13\"]Armor:[/font] " + armorTypeDetails(entState.armour);