All-bones Jones :verified: on Nostr: I mean, the code is pretty obviously the fuckup. It gets the player's max MP, divides ...
I mean, the code is pretty obviously the fuckup. It gets the player's max MP, divides it by 6, adds 50, and then adds that to HP, then clears the variable. the description itself clearly says restores MP at the start of battle. every other similar mechanic that does this affects its own stat type (TP, MP, HP, etc) only does its own type with no cross-pollination. also, the MP restore is in between two things that do HP restore, and it looks like he copy/pasted the code and changed it to MP except the last step.