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."
+
+