Merge pull request #25777 from Cyberboss/CohesiveVaredits

Edits to the titlescreen sync with SS
This commit is contained in:
Joan Lung
2017-04-02 19:05:37 -04:00
committed by GitHub
2 changed files with 15 additions and 0 deletions
@@ -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"