Abilities randomizer needs the fixmagic patch.

The fixmagic patch that I made specifically for it. And then fucking
forgot to add to the patch process. Fucking ADHD...
main
Síle Ekaterin Liszka 2021-07-09 19:18:12 -05:00
parent e0dfdac68d
commit e4b7e88de9
1 changed files with 3 additions and 0 deletions

View File

@ -412,6 +412,9 @@ void Exdeath::btnApply_clicked(bool trigger) {
if (selNED->isEnabled() && (idx > 1)) {
patches << ":/patches/ned/" + selNED->itemData(idx).toString() + ".ips";
}
if (chkRandom->isChecked() && chkRandom->isEnabled()) {
patches << ":/patches/rando/fixmagic.ips";
}
char *XP = butsXP->checkedButton()->text().toLatin1().data();
if (strncmp(XP, "1", 2)) {
QString temp = ":/patches/xp/";