From e758a2b8948fc49d1b500b93f68bb76d490a3176 Mon Sep 17 00:00:00 2001 From: Thomas Hein Date: Sat, 6 Jun 2020 19:54:57 -0500 Subject: [PATCH] Keep listing consistency Switch from Hyphen to a Dash in the list keeping consistency with the other items in the list. It was really bothersome okay. --- source/creeps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.