mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-01 02:18:27 +02:00
Bug fixes and EPUB CSS improvements.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user