Merge pull request #253 from badgerman/feature/bug-1692-magicresistance-visibility

bug 1692: magicresistance visibility
This commit is contained in:
Enno Rehling 2015-07-06 17:59:16 +02:00
commit 17fb05b167
2 changed files with 2 additions and 1 deletions

View File

@ -392,6 +392,7 @@
</message> </message>
<message name="curseinfo::magicresistance" section="events"> <message name="curseinfo::magicresistance" section="events">
<type> <type>
<arg name="unit" type="unit"/>
<arg name="id" type="int"/> <arg name="id" type="int"/>
</type> </type>
<text locale="de">"Die natürliche Widerstandskraft gegen Verzauberung ist gestärkt. ($int36($id))"</text> <text locale="de">"Die natürliche Widerstandskraft gegen Verzauberung ist gestärkt. ($int36($id))"</text>

View File

@ -302,7 +302,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
}; };
/* ------------------------------------------------------------- */ /* ------------------------------------------------------------- */