forked from github/server
cinfo_simple shows spell-effects to other people, cinfo_unit does not.
This commit is contained in:
parent
0a81a6edf0
commit
dc8b38a4c6
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue