Skip to content

Commit

Permalink
Merge pull request #24 from EvenInDeathIStillServe/flavourtownactual
Browse files Browse the repository at this point in the history
Fixes flavour text and OOC notes saving
  • Loading branch information
GeneralPantsuIsBadAtCoding authored Aug 4, 2024
2 parents ad148fa + 1addabf commit 2d45aee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion code/modules/client/preferences_savefile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,9 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
if(!valid_headshot_link(null, headshot_link, TRUE))
headshot_link = null

S["flavortext"] >> flavortext
S["ooc_notes"] >> ooc_notes

S["pronouns"] >> pronouns
S["voice_type"] >> voice_type
//try to fix any outdated data if necessary
Expand Down Expand Up @@ -581,9 +584,11 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
WRITE_FILE(S["body_markings"] , body_markings)
// Descriptor entries
WRITE_FILE(S["descriptor_entries"] , descriptor_entries)

WRITE_FILE(S["update_mutant_colors"] , update_mutant_colors)
WRITE_FILE(S["headshot_link"] , headshot_link)
WRITE_FILE(S["flavortext"] , flavortext)
WRITE_FILE(S["ooc_notes"] , ooc_notes)
WRITE_FILE(S["voice_type"] , voice_type)
WRITE_FILE(S["pronouns"] , pronouns)
WRITE_FILE(S["statpack"] , statpack.type)
Expand Down

0 comments on commit 2d45aee

Please sign in to comment.