if anyone is having trouble with the MC player stats, open the Ren'py console and type in one of the following stats you want to modify:
1.- mc_strenght_stat_value = x
2.- mc_agility_stat_value = x
3.- mc_beauty_stat_value = x
Where x = {0,1,2,3,4,5,6,7,8,9,10,11,12}
And the values go as follows
0 for 0 hearts
1 and 2 for 1 heart
.
.
.
9 and 10 for 5 hearts
11 and 12 for 6 hearts
- Example, if you want to have 2 hearts on appearance, type in:
mc_beauty_stat_value = 3
- To open up the console, paste the cheats.rpy file inside the folder "game",
then, during the game type "shift+O".