Update system.py

This commit is contained in:
SpudGunMan
2024-08-07 19:40:41 -07:00
parent 88d1ecc7ec
commit 14c304ca2d
+1 -1
View File
@@ -29,7 +29,7 @@ if sitrep_enabled:
if solar_conditions_enabled:
from modules.solarconditions import * # from the spudgunman/meshing-around repo
trap_list = trap_list + trap_list_solarconditions # items hfcond, solar, sun, moon
help_message = help_message + ", sun, hfcond, solar, moon, tide"
help_message = help_message + ", sun, hfcond, solar, moon"
# Location Configuration
if location_enabled: