Page 1 of 1

Bug in weapon buff?

PostPosted: Sat Mar 27, 2004 5:23 am
by SDonald
Drocket,
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.