From 9d0d2e0ff03a45ebb1ca56c7d8387b419f773c35 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 28 Jun 2005 21:28:50 +0000 Subject: [PATCH] =?UTF-8?q?Astralraum=C3=A4nderung,=20keine=20gro=C3=9Fen?= =?UTF-8?q?=20Gegenst=C3=A4nde=20mehr=20im=20AR.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/gamecode/laws.c | 2 ++ src/common/settings-eressea.h | 2 +- src/common/settings-tutorial.h | 2 +- src/res/messages.xml | 11 +++++++++++ 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/common/gamecode/laws.c b/src/common/gamecode/laws.c index 0459c9b54..68b230f17 100644 --- a/src/common/gamecode/laws.c +++ b/src/common/gamecode/laws.c @@ -318,6 +318,8 @@ age_unit(region * r, unit * u) item * itm = *itemp; if (itm->type->flags & ITF_NOTLOST == 0) { if (itm->type->flags & (ITF_BIG|ITF_ANIMAL|ITF_CURSED)) { + ADDMSG(&u->faction->msgs, msg_message("itemcrumble", "unit region item amount", + u, u->region, itm->type->rtype, itm->number)); i_free(i_remove(itemp, itm)); continue; } diff --git a/src/common/settings-eressea.h b/src/common/settings-eressea.h index 6a991d175..ba2f53617 100644 --- a/src/common/settings-eressea.h +++ b/src/common/settings-eressea.h @@ -37,7 +37,7 @@ #define HUNGER_REDUCES_SKILL /* Hunger reduziert den Talentwert auf die Hälfte */ -#undef ASTRAL_ITEM_RESTRICTIONS /* keine grossen dinge im astralraum */ +#define ASTRAL_ITEM_RESTRICTIONS /* keine grossen dinge im astralraum */ #define MUSEUM_MODULE #define ARENA_MODULE diff --git a/src/common/settings-tutorial.h b/src/common/settings-tutorial.h index 59f53a33e..6a5dcb956 100644 --- a/src/common/settings-tutorial.h +++ b/src/common/settings-tutorial.h @@ -35,4 +35,4 @@ #define NEW_MIGRATION 1 #define ASTRAL_HUNGER -#undef ASTRAL_ITEM_RESTRICTIONS /* keine grossen dinge im astralraum */ +#define ASTRAL_ITEM_RESTRICTIONS /* keine grossen dinge im astralraum */ diff --git a/src/res/messages.xml b/src/res/messages.xml index 8401f07a4..1229f8f2f 100644 --- a/src/res/messages.xml +++ b/src/res/messages.xml @@ -6208,5 +6208,16 @@ "$unit($unit) in $region($region): '$order($command)' - An alliance may not consist of more than $int($allowed) units." + + + + + + + + "$unit($unit) in $region($region): $int($amount) $resource($item,$amount) zerfallen zu Staub." + "$unit($unit) in $region($region): $int($amount) $resource($item,$amount) turn to dust." + +