cinfo_simple shows spell-effects to other people, cinfo_unit does not.
This commit is contained in:
Enno Rehling 2010-06-09 23:15:33 -07:00
parent 0a81a6edf0
commit dc8b38a4c6
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ static struct curse_type ct_oldrace = {
};
static struct curse_type ct_magicresistance = {
"magicresistance", CURSETYP_UNIT, CURSE_SPREADMODULO, M_MEN, cinfo_simple
"magicresistance", CURSETYP_UNIT, CURSE_SPREADMODULO, M_MEN, cinfo_unit
};