From 1edc9b8131b90ffbe12fc299d4767758d3ca6f5a Mon Sep 17 00:00:00 2001 From: TalkingCactus Date: Sat, 27 Aug 2016 10:51:16 -0400 Subject: [PATCH] fixes mutant colors 2 and three not saving --- code/modules/client/preferences_savefile.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/client/preferences_savefile.dm b/code/modules/client/preferences_savefile.dm index 7551dbef25..4116706179 100644 --- a/code/modules/client/preferences_savefile.dm +++ b/code/modules/client/preferences_savefile.dm @@ -456,6 +456,8 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car S["backbag"] << backbag S["species"] << pref_species.id S["feature_mcolor"] << features["mcolor"] + S["feature_mcolor2"] << features["mcolor2"] + S["feature_mcolor3"] << features["mcolor3"] S["feature_lizard_tail"] << features["tail_lizard"] S["feature_human_tail"] << features["tail_human"] S["feature_lizard_snout"] << features["snout"]