mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 13:15:53 +02:00
Fix CI -- remove long rest on Agent initialization
This commit is contained in:
@@ -97,7 +97,6 @@ class Agent(ABC):
|
||||
self.default_reactions = list()
|
||||
self.default_legendary_actions = list()
|
||||
self.default_lair_actions = list()
|
||||
self.long_rest()
|
||||
|
||||
def roll_initiative(self):
|
||||
init_mod, adv = self.numerical_initiative
|
||||
|
||||
Reference in New Issue
Block a user