Fix some monster names.

1. W*nd*go is cultural appropriation and was never accurate.
2. 'Alte Roite' has been bugging me for literally years.
main
Síle Ekaterin Liszka 2021-06-10 18:18:52 -05:00
parent 929a38fc8a
commit a690d5d608
3 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource>
<file>patches/fixnames.ips</file>
<file>patches/unlock.ips</file>
<file>patches/balance.ips</file>
<file>patches/custom_classes.ips</file>

BIN
patches/fixnames.ips Normal file

Binary file not shown.

View File

@ -321,6 +321,9 @@ void Exdeath::btnApply_clicked(bool trigger) {
std::mt19937 rand(numSeed->value());
std::uniform_int_distribution<> dist(1, selNED->count() - 1);
// Unconditionally include this patch.
patches << ":/patches/fixnames.ips";
if (mode > 0) {
patches << ":/patches/" + selMode->itemData(mode).toString();
}