From a5cb59f3243ba87a9d584fdc79c4b87a87d245c8 Mon Sep 17 00:00:00 2001 From: Barbz Date: Mon, 8 Jun 2020 19:06:50 +0200 Subject: fix: creature_template non implemented option (#242) inhabittype 8 doesn't exist --- docs/creature_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.) -- cgit