1
0
forked from 0ad/0ad
This was SVN commit r17602.
This commit is contained in:
mimo 2016-01-04 18:10:04 +00:00
parent 9f334036ef
commit 4c4beb8450
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
function TerritoryDecay() {}
TerritoryDecay.prototype.Schema =
"<element name='DecayRate' a:help='Decay rate in hitpoints per second'>" +
"<element name='DecayRate' a:help='Decay rate in capture points per second'>" +
"<ref name='positiveDecimal'/>" +
"</element>";