Skip to content

Commit

Permalink
Fix natars spawn time
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowss authored Feb 18, 2022
1 parent 4c68d8d commit d7a7cd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/data/constant_format.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ define("SHOW_NATARS",%SHOW_NATARS%);
define("NATARS_UNITS",%NATARS_UNITS%);

// ***** Natars Spawn Time
define("NATARS_SPAWN_TIME", round( %NATARS_SPAWN_TIME% / SPEED ));
define("NATARS_WW_SPAWN_TIME", round( %NATARS_WW_SPAWN_TIME% / SPEED ));
define("NATARS_WW_BUILDING_PLAN_SPAWN_TIME", round( %NATARS_WW_BUILDING_PLAN_SPAWN_TIME% / SPEED ));
define("NATARS_SPAWN_TIME",%NATARS_SPAWN_TIME%);
define("NATARS_WW_SPAWN_TIME",%NATARS_WW_SPAWN_TIME%);
define("NATARS_WW_BUILDING_PLAN_SPAWN_TIME",%NATARS_WW_BUILDING_PLAN_SPAWN_TIME%);

// ***** Nature troops regeneration time
define("NATURE_REGTIME",%NATURE_REGTIME%);
Expand Down

0 comments on commit d7a7cd8

Please sign in to comment.