mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Fixes preference update runtime. (#45106)
This commit is contained in:
@@ -105,9 +105,10 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
|
||||
if(new_value)
|
||||
job_preferences[initial(J.title)] = new_value
|
||||
if(current_version < 23)
|
||||
all_quirks -= "Physically Obstructive"
|
||||
all_quirks -= "Neat"
|
||||
all_quirks -= "NEET"
|
||||
if(all_quirks)
|
||||
all_quirks -= "Physically Obstructive"
|
||||
all_quirks -= "Neat"
|
||||
all_quirks -= "NEET"
|
||||
|
||||
/datum/preferences/proc/load_path(ckey,filename="preferences.sav")
|
||||
if(!ckey)
|
||||
|
||||
Reference in New Issue
Block a user