Civ.scen.onCityProduction: Difference between revisions

From Scenario League Wiki
Jump to navigationJump to search
(Begin documentation for this function)
 
m (More documentation)
 
Line 2: Line 2:


Veteran status (if a barracks exists) is added to the unit after this function is executed.  So prod.veteran will always be false here.
Veteran status (if a barracks exists) is added to the unit after this function is executed.  So prod.veteran will always be false here.
City shield box has its total reduced by the cost of the unit produced at this point, but it will be ''emptied'' after this function is applied.

Latest revision as of 21:31, 9 January 2019

Back To The scenario library

Veteran status (if a barracks exists) is added to the unit after this function is executed. So prod.veteran will always be false here.

City shield box has its total reduced by the cost of the unit produced at this point, but it will be emptied after this function is applied.