diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2020-06-08 19:06:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-08 19:06:50 +0200 |
| commit | a5cb59f3243ba87a9d584fdc79c4b87a87d245c8 (patch) | |
| tree | 5e1c96e2345f4385515cf2fadbaf50d5ccf68997 | |
| parent | c67d32960b0bfc70c15cbfd15a6c28df7f9342bd (diff) | |
| download | wiki-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.md | 2 |
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.) |
