In the loot\makeitemmagic.src file you have the weakness charges around line 180:
- Code: Select all
5:
spellname := ":statmod_spells:weakness";
suffixex := "weakness";
num_charges := 30 + RandomInt (magic_quality_chance);
There is no :statmod_spells:weakness file.
You may have meant weaken.
Regards,
Stephen Donald.