mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
Merge pull request #25777 from Cyberboss/CohesiveVaredits
Edits to the titlescreen sync with SS
This commit is contained in:
@@ -45,6 +45,14 @@ var/datum/controller/subsystem/title/SStitle
|
||||
if(splash_turf)
|
||||
splash_turf.icon = icon
|
||||
|
||||
/datum/controller/subsystem/title/vv_edit_var(var_name, var_value)
|
||||
. = ..()
|
||||
if(.)
|
||||
switch(var_name)
|
||||
if("icon")
|
||||
if(splash_turf)
|
||||
splash_turf.icon = icon
|
||||
|
||||
/datum/controller/subsystem/title/Shutdown()
|
||||
if(file_path)
|
||||
var/F = "data/previous_title.dat"
|
||||
|
||||
Reference in New Issue
Block a user