Update Mutant script
New features:
- Custom achievements in stats screen
- Replace health graph with score graph
- Ranking based on score
- Improved localization support
- Improved mission text
- Show messages on scoring
void fpcrtl_halt(int num) {
__coverity_panic__();
}
int fpcrtl_abs(int num) {
return num >= 0 ? num : -num;
}