Merge branch 'master' into this-is-a-feature-but-was-left-in-an-unusable-state

This commit is contained in:
SandPoot
2024-10-19 03:24:49 -03:00
committed by GitHub
13 changed files with 84 additions and 34 deletions
@@ -347,3 +347,5 @@
/datum/config_entry/str_list/randomizing_station_name_message
default = list()
/datum/config_entry/flag/toast_notification_on_init
+4
View File
@@ -223,6 +223,10 @@ GLOBAL_REAL(Master, /datum/controller/master) = new
// Sort subsystems by display setting for easy access.
sortTim(subsystems, GLOBAL_PROC_REF(cmp_subsystem_display))
if(world.system_type == MS_WINDOWS && CONFIG_GET(flag/toast_notification_on_init) && !length(GLOB.clients))
world.shelleo("start /min powershell -ExecutionPolicy Bypass -File tools/initToast/initToast.ps1 -name \"[world.name]\" -icon %CD%\\icons\\ui_icons\\common\\tg_16.png -port [world.port]")
// Set world options.
world.change_fps(CONFIG_GET(number/fps))
var/initialized_tod = REALTIMEOFDAY
+1
View File
@@ -668,6 +668,7 @@ RLD
icon_state = "arcd"
item_state = "oldrcd"
has_ammobar = FALSE
upgrade = TRUE
// RAPID LIGHTING DEVICE