diff --git a/source/creeps.md b/source/creeps.md index 09c7afdd..43d26c80 100644 --- a/source/creeps.md +++ b/source/creeps.md @@ -21,7 +21,7 @@ Possible part types of a creep body: * ATTACK – ability of short-range attack. * RANGED_ATTACK – ability of ranged attack. * HEAL – ability to heal others. -* CLAIM - ability to claim territory control. +* CLAIM – ability to claim territory control. * TOUGH – "empty" part with the sole purpose of defense. The effectiveness of an ability depends on the amount of parts of a corresponding type. For example, a worker creep with 3 parts of the `WORK` type will work 3 times as effectively as a creep with only 1 `WORK `part. The same applies to all the other types and actions.