description birthdaycake

speeding up some spells.
This commit is contained in:
Enno Rehling 2007-02-11 21:57:02 +00:00
parent a9a8a9a6d3
commit 897528f1c1
2 changed files with 9 additions and 2 deletions

View File

@ -2264,8 +2264,10 @@ sp_stormwinds(castorder *co)
spellparameter *pa = co->par;
int n, force = (int)power;
message * m = NULL;
/* melden vorbereiten */
for(f = factions; f; f = f->next ) freset(f, FL_DH);
freset(mage->faction, FL_DH);
for (u = r->units; u; u = u->next) freset(u->faction, FL_DH);
for (n = 0; n < pa->length; n++) {
if (force<=0) break;
@ -3471,7 +3473,8 @@ sp_chaossuction(castorder *co)
"Wirbel");
new_border(&bt_chaosgate, r, rt);
for (f = factions; f; f = f->next) freset(f, FL_DH);
freset(mage->faction, FL_DH);
for (u = r->units; u; u = u->next) freset(u->faction, FL_DH);
for (u = r->units; u; u = u->next) {
if (!fval(u->faction, FL_DH)) {
fset(u->faction, FL_DH);

View File

@ -12,6 +12,10 @@
</namespace>
<namespace name="shipinfo">
<!-- ship info is not implemented! -->
<string name="birthdaycake">
<text locale="de">Eine Geburtstagstorte mit 10 Kerzen. Herzlichen Glückwunsch, Eressea!</text>
<text locale="en">A birthday cake with 10 candles. Happy Birthday, Eressea!</text>
</string>
<string name="no_info">
<text locale="de">Keine Informationen über diesen Schiffstyp verfügbar.</text>
<text locale="en">No Information available for this type of ship.</text>