Fixes known bugs and cowtows to silly style guides

This commit is contained in:
Incoming
2016-09-22 00:06:56 -04:00
parent f5b68cf2c4
commit 7cddb690b9
5 changed files with 23 additions and 8 deletions
+4 -2
View File
@@ -2,7 +2,7 @@
#define SAVEFILE_VERSION_MIN 10
//This is the current version, anything below this will attempt to update (if it's not obsolete)
#define SAVEFILE_VERSION_MAX 16
#define SAVEFILE_VERSION_MAX 17
/*
SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Carn
This proc checks if the current directory of the savefile S needs updating
@@ -123,7 +123,9 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
joblessrole = BERANDOMJOB
else
joblessrole = BEASSISTANT
if(current_version < 17)
features["legs"] = "Normal Legs"
/datum/preferences/proc/load_path(ckey,filename="preferences.sav")