init python: def apply_character_patch(): store.ARSi = "Dad" store.ARJ = "Mom" store.ARM = "son" store.MF = "family" store.MRA = "Mom" store.ARN = "brother" store.NRA = "sister" store.MRN = "Mom" store.NRM = "daughter" store.HRA = "Dad" store.ARH = "son" store.RRM = "daughter" store.CHD = "children" store.ARSc = "sister" store.ScRA = "brother" store.ScRJ = "daughter" store.JRA = "son" store.PRT = "parent" store.CSN = "cousin" store.SBL = "sibling" label before_main_menu: $ apply_character_patch() return label after_load: $ apply_character_patch() return