screeps / engine

ISC License
133 stars 66 forks source link

Use constants for movement fatigue #133

Open jollygreenlaser opened 2 years ago

jollygreenlaser commented 2 years ago

Requires: https://github.com/screeps/common/pull/15

Giving this constants makes it easier:

  1. For seasons or mods to change them
  2. For players to calculate fatigue without magic numbers or creating their own consts

Hopefully I didn't miss any spots.