From e4b7e88de98b936a3c40fbd96b68b0a4ce9ff4e4 Mon Sep 17 00:00:00 2001 From: Sheila Aman Date: Fri, 9 Jul 2021 19:18:12 -0500 Subject: [PATCH] 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... --- src/exdeath.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/exdeath.cc b/src/exdeath.cc index 7969321..63511d4 100644 --- a/src/exdeath.cc +++ b/src/exdeath.cc @@ -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/";