summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-01-04 20:49:33 +0100
committerGitHub <noreply@github.com>2021-01-04 20:49:33 +0100
commit11159fc056c2600c896220e8e782c3d365628b49 (patch)
treea6ea50a9fcca6a0d0dfbdd161b2cd3bbeec52dee
parentba46d2865a29dbb9601f97d74152483ec10fb325 (diff)
downloadwiki-11159fc056c2600c896220e8e782c3d365628b49.tar.gz
wiki-11159fc056c2600c896220e8e782c3d365628b49.tar.bz2
wiki-11159fc056c2600c896220e8e782c3d365628b49.zip
docs: add Rooted to creature_template.md (#324)
-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 284d061..9ca754b 100644
--- a/docs/creature_template.md
+++ b/docs/creature_template.md
@@ -582,7 +582,7 @@ Controls where the creature can move and attack.
| 1 | Ground |
| 2 | Water |
| 4 | Flying |
-| ~8~ |~Rooted~ (not implemented)|
+| 8 | Rooted |
(This is a bitmask. You can add values together: 1+4=5 would make the creature walk on ground and fly.)