summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarbz <BarbzYHOOL@users.noreply.github.com>2020-06-08 19:06:50 +0200
committerGitHub <noreply@github.com>2020-06-08 19:06:50 +0200
commita5cb59f3243ba87a9d584fdc79c4b87a87d245c8 (patch)
tree5e1c96e2345f4385515cf2fadbaf50d5ccf68997
parentc67d32960b0bfc70c15cbfd15a6c28df7f9342bd (diff)
downloadwiki-a5cb59f3243ba87a9d584fdc79c4b87a87d245c8.tar.gz
wiki-a5cb59f3243ba87a9d584fdc79c4b87a87d245c8.tar.bz2
wiki-a5cb59f3243ba87a9d584fdc79c4b87a87d245c8.zip
fix: creature_template non implemented option (#242)
inhabittype 8 doesn't exist
-rw-r--r--docs/creature_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/creature_template.md b/docs/creature_template.md
index 758fb03..634ea07 100644
--- a/docs/creature_template.md
+++ b/docs/creature_template.md
@@ -579,7 +579,7 @@ Controls where the creature can move and attack.
| 1 | Ground |
| 2 | Water |
| 4 | Flying |
-| 8 | Rooted |
+| ~8~ |~Rooted~ (not implemented)|
(This is a bitmask. You can add values together: 1+4=5 would make the creature walk on ground and fly.)