Bug in weapon buff?
Posted: Sat Mar 27, 2004 5:23 am
Drocket,
In the loot\makeitemmagic.src file you have the weakness charges around line 180:
There is no :statmod_spells:weakness file.
You may have meant weaken.
Regards,
Stephen Donald.
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.