- Sphere war als Item nicht definiert.

- Hoffentlich stimmt das so mit dem Mapping vom Item auf die XML-Datei.
This commit is contained in:
Christian Schlittchen 2002-05-05 17:16:22 +00:00
parent 890691d282
commit 2525e7a04a
2 changed files with 12 additions and 0 deletions

View File

@ -1215,6 +1215,10 @@ t_item itemdata[MAXITEMS] = {
{"Magischer Kräuterbeutel", "Magische Kräuterbeutel", "", ""}, G_M,
IS_MAGIC, 0, 0, {0, 0, 0, 0, 0, 0}, 100, 0, 0, NULL
}
{ /* I_SPHERE_OF_INVISIBILITY */
{"Sphäre der Unsichtbarkeit", "Sphären der Unsichtbarkeit", "", ""}, G_M,
IS_MAGIC, 0, 0, {0, 0, 0, 0, 0, 0}, 100, 0, 0, NULL
}
};
const item_t matresource[] = {

View File

@ -603,6 +603,14 @@
</string>
<comment>Items</comment>
<string name="sphereofinv">
<text locale="de">Sphäre der Unsichtbarkeit</text>
<text locale="en">sphere of invisibility</text>
</string>
<string name="sphereofinv_p">
<text locale="de">Sphären der Unsichtbarkeit</text>
<text locale="en">spheres of invisibility</text>
</string>
<string name="herb">
<text locale="de">Kraut</text>
</string>