This commit is contained in:
SpudGunMan
2025-10-28 22:14:34 -07:00
parent fc5476b5dd
commit 0cfe4a39ed
9 changed files with 39 additions and 21 deletions
+4
View File
@@ -125,6 +125,10 @@ if coastalEnabled:
from modules.locationdata import * # from the spudgunman/meshing-around repo
trap_list = trap_list + ("mwx","tide",)
help_message = help_message + ", mwx, tide"
if useTidePredict:
from modules import xtide
trap_list = trap_list + ("tide",)
help_message = help_message + ", tide"
# BBS Configuration
if bbs_enabled: