Skip to content

Commit b5f1fa8

Browse files
committed
feat: add RANGE_UNBOOST_CREEP constant
1 parent 204432b commit b5f1fa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ module.exports = {
9999
RANGE_ATTACK: 1,
100100
RANGE_ATTACK_CONTROLLER: 1,
101101
RANGE_BOOST_CREEP: 1,
102+
RANGE_UNBOOST_CREEP: 1,
102103
RANGE_BUILD: 3,
103104
RANGE_CLAIM_CONTROLLER: 1,
104105
RANGE_DISMANTLE: 1,

0 commit comments

Comments
 (0)