Skip to content
Snippets Groups Projects
Commit 4d628fd7 authored by Blank_Alt's avatar Blank_Alt
Browse files

inital commit

parent 883bba7a
No related branches found
No related tags found
1 merge request!7637Military quick upgrade
...@@ -253,6 +253,7 @@ Your current maximum number of units is <<print App.SecExp.battle.maxUnits()>> ( ...@@ -253,6 +253,7 @@ Your current maximum number of units is <<print App.SecExp.battle.maxUnits()>> (
<<set $menials = 0>> <<set $menials = 0>>
<</if>> <</if>>
<</link>> <</link>>
/* <<= App.SecExp.bulkUpgradeUnit()>> */
<</if>> <</if>>
<<if $SecExp.settings.showStats == 1>> <<= App.SecExp.getUnit("Slaves", _i).printStats()>> <</if>> <<if $SecExp.settings.showStats == 1>> <<= App.SecExp.getUnit("Slaves", _i).printStats()>> <</if>>
<<includeDOM App.SecExp.humanUnitUpgradeList($slaveUnits[_i])>> <<includeDOM App.SecExp.humanUnitUpgradeList($slaveUnits[_i])>>
......
App.SecExp.bulkUpgradeUnit = function(unit) {
}
/** Reports changes to the supplied unit's loyalty. /** Reports changes to the supplied unit's loyalty.
* @param {object} [input] the unit type to be checked. * @param {object} [input] the unit type to be checked.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment