Changes between Initial Version and Version 1 of Ticket #4193, comment 22


Ignore:
Timestamp:
Sep 16, 2016, 8:40:51 AM (8 years ago)
Author:
fatherbushido

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4193, comment 22

    initial v1  
    11nice!
    2 in templares.js you can use perhaps a for (let type in template.loot) to skip that hardcoded loot array (see costs in the same function)
    3 else there is your other work (siege in summary) in this patch
     2In `Templates.js` you can use perhaps `for (let type in template.loot)` to skip that hardcoded loot types array (see costs in the same function).
     3Else there is your other work (siege in summary) in this patch.