Malibu Stacey
Active member
Code:
Preference lastCopyableMonster changed from Knob Goblin Embezzler to The Icewoman
Full list needing updated are at https://kol.coldfront.net/thekolwiki/index.php/Protonic_accelerator_pack
Preference lastCopyableMonster changed from Knob Goblin Embezzler to The Icewoman
I had a quick look before I posted this but I couldn't find where it's stored (I looked in src/data/monsters.txt as it looks like src/net/sourceforge/kolmafia/persistence/MonsterDatabase.java gets the data from that file).This is an easy issue for someone to make a PR on if they like!
In particular:I had a quick look before I posted this but I couldn't find where it's stored (I looked in src/data/monsters.txt as it looks like src/net/sourceforge/kolmafia/persistence/MonsterDatabase.java gets the data from that file).
I also don't have a Java dev environment to build & test my changes first.
apathetic lizardman 5 lizardman.gif NOCOPY Atk: 20 Def: 18 HP: 12 Init: 60 Meat: 20 P: humanoid flavorless gruel (n100)
if (monster != null && !monster.isNoCopy()) {
Preferences.setString("lastCopyableMonster", monsterName);
}