Bug fixes and EPUB CSS improvements.

This commit is contained in:
Mark Wolfman
2021-07-11 23:03:36 -05:00
parent e40d6b1a20
commit d110ef6cda
7 changed files with 73 additions and 42 deletions
+2
View File
@@ -329,6 +329,8 @@ class Druid(CharClass):
valid_swim = max_swim is None or shape.swim_speed <= max_swim
valid_fly = max_fly is None or shape.fly_speed <= max_fly
can_assume = shape.is_beast and valid_cr and valid_swim and valid_fly
if shape.name == "Spider":
assert can_assume
return can_assume
@property