Upgraded the Relay module - it supports multiple relays now.

This commit is contained in:
2021-08-28 21:02:23 +02:00
parent c04f76c0db
commit 012e16dd90
7 changed files with 409 additions and 158 deletions
@@ -67,7 +67,7 @@ class WorldBossController:
elif timer.name == "The Hollow Reaper":
data = self.calc_spawn_mortal(timer.time, 9 * 60 * 60, 15 * 60)
elif timer.name == "Vizaresh":
data = self.calc_spawn_mortal(timer.time, 17 * 60 * 60, 6 * 60 + 20)
data = self.calc_spawn_mortal(timer.time, 17 * 60 * 60, 6 * 60)
else:
return None
if not data: