Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep listing hyphenation consistent #158

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/creeps.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Possible part types of a creep body:
* <code style="background: #333; color: #f93842;">ATTACK</code> – ability of short-range attack.
* <code style="background: #333; color: #5d80b2;">RANGED_ATTACK</code> – ability of ranged attack.
* <code style="background: #333; color: #65fd62;">HEAL</code> – ability to heal others.
* <code style="background: #333; color: #b99cfb;">CLAIM</code> - ability to claim territory control.
* <code style="background: #333; color: #b99cfb;">CLAIM</code> ability to claim territory control.
* <code style="background: #333; color: #fff;">TOUGH</code> – "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.
Expand Down