Never tried modding S4P, so I might be wrong here.
Beauty Adjustment mod, descriptions part:
var descriptions = { ugly = '$He looks very [color=yellow]unattractive[/color]. ', boring = '$His looks are [color=yellow]bland and unimpressive[/color]. ', normal = '$He appears to be pretty [color=yellow]cute[/color]. ', cute = '$He looks [color=yellow]very cute[/color] and appealing. ', pretty = '$He is [color=yellow]adorable[/color] and makes you want to protect $him. ', beautiful = '$His appearance is [color=yellow]divine[/color], you can\'t stop looking at $him. ' }
Shouldn't there be a comma at the end? Like
beautiful = '$His appearance is [color=yellow]divine[/color], you can\'t stop looking at $him. ', }
I looks to me as the same thing you did in Line 126 fix