From dc8b38a4c6541114389c0a37670617c5806cd462 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 9 Jun 2010 23:15:33 -0700 Subject: [PATCH] http://bugs.eressea.de/view.php?id=1692 cinfo_simple shows spell-effects to other people, cinfo_unit does not. --- src/spells/unitcurse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spells/unitcurse.c b/src/spells/unitcurse.c index b3b5fc4fc..e6a9676c3 100644 --- a/src/spells/unitcurse.c +++ b/src/spells/unitcurse.c @@ -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 };