Add logging for the splash screen selected. (#29836)

This commit is contained in:
Charlie Nolan
2025-07-22 07:56:09 +00:00
committed by GitHub
parent a9df4b4f5c
commit e092466f69
@@ -27,6 +27,7 @@ SUBSYSTEM_DEF(title)
break
var/file_path = "config/title_screens/images/[pick(title_screens)]"
log_debug("Loading title screen from '[file_path]'.")
var/icon/icon = new(fcopy_rsc(file_path))