From 375535fbee0005c694db70af0803b67c686aa62f Mon Sep 17 00:00:00 2001 From: TalkingCactus Date: Mon, 15 Aug 2016 16:20:08 -0400 Subject: [PATCH] misspelled list --- code/modules/client/preferences_savefile.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preferences_savefile.dm b/code/modules/client/preferences_savefile.dm index ce0800894c..b9527626b6 100644 --- a/code/modules/client/preferences_savefile.dm +++ b/code/modules/client/preferences_savefile.dm @@ -410,7 +410,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car features["frills"] = sanitize_inlist(features["frills"], frills_list) features["spines"] = sanitize_inlist(features["spines"], spines_list) features["body_markings"] = sanitize_inlist(features["body_markings"], body_markings_list) - features["mam_body_markings"] = sanitize_inlist(features["mam_body_markings"], body_markings_list) + features["mam_body_markings"] = sanitize_inlist(features["mam_body_markings"], mam_body_markings_list) userandomjob = sanitize_integer(userandomjob, 0, 1, initial(userandomjob)) job_civilian_high = sanitize_integer(job_civilian_high, 0, 65535, initial(job_civilian_high))