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
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ static struct curse_type ct_oldrace = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct curse_type ct_magicresistance = {
|
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…
Add table
Reference in a new issue