Merge pull request #9303 from Ghommie/Ghommie-cit198

Making sure #9301 works, speedmerging cut this commit out.
This commit is contained in:
kevinz000
2019-09-17 21:59:29 -07:00
committed by GitHub

View File

@@ -52,6 +52,9 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
if((current_version < 21) && features["meat_type"] && (features["meat_type"] == null))
features["meat_type"] = "Mammalian"
if(current_version < 22)
job_preferences = list() //It loaded null from nonexistant savefile field.
var/job_civilian_high = 0
var/job_civilian_med = 0
var/job_civilian_low = 0