Skip to content

Commit

Permalink
BOSSES: Aquaman respawn again :)
Browse files Browse the repository at this point in the history
  • Loading branch information
mascaldotfr committed Jun 11, 2024
1 parent 9c0b137 commit af262ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/bosses.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function get_next_respawns(boss) {
if (boss == "server")
respawn_time = 168 * 3600; // 1 week
else if (boss == "aquaman")
respawn_time = 22 * 3600;
respawn_time = 22.5 * 3600;
else
respawn_time = 109 * 3600; // 109 hours
tried_respawn += respawn_time;
Expand Down
2 changes: 1 addition & 1 deletion js/menu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af262ec

Please sign in to comment.