I want to add about 12 effects to Angband (working from current SVN version) but I am still getting errors like the following, even though I've added them to list-effects.h
'FIRE_HAND' undeclared (first use in this function).
Any suggestions as to what I'm missing? The new entries are like the following:
[EDIT]D'oh!
I'm an idiot. I just forgot to add the EF_ to them.
'FIRE_HAND' undeclared (first use in this function).
Any suggestions as to what I'm missing? The new entries are like the following:
Code:
EFFECT(FIRE_HAND, FALSE, "brings forth fire from your fingertips, sometimes branding your weapon.")
I'm an idiot. I just forgot to add the EF_ to them.