diff --git a/src/eressea/korrektur.c b/src/eressea/korrektur.c
index 6b13f90c4..26200a65d 100644
--- a/src/eressea/korrektur.c
+++ b/src/eressea/korrektur.c
@@ -2760,10 +2760,10 @@ heal_all(void)
for(r=regions; r; r=r->next) {
for(u=r->units;u;u=u->next) {
int max_hp = unit_max_hp(u) * u->number;
- if(u->hp < max_hp) {
+/* if(u->hp < max_hp) { */
u->hp = max_hp;
fset(u->faction, FL_DH);
- }
+/* } */
}
}
diff --git a/src/res/de/messages.xml b/src/res/de/messages.xml
index 620ce226e..192a13e59 100644
--- a/src/res/de/messages.xml
+++ b/src/res/de/messages.xml
@@ -7385,37 +7385,21 @@
"A large firework is visible all over the sky."
-
+
-
-
- "$unit($unit) hat Glück und findet einen Hort von $int($amount) $resource($item,$amount)."
-
-
-
-
- "$unit($unit) luckily finds a cache of $int($amount) $resource($item,$amount)."
-
-
+ "$unit($unit) hat Glück und findet einen Hort von $int($amount) $resource($item,$amount)."
+ "$unit($unit) luckily finds a cache of $int($amount) $resource($item,$amount)."
-
-
+
+
-
-
- Ein Hauch des Lebens liegt über der Welt und alle Wesen fühlen sich frisch und erholt.
-
-
-
-
- Life itself touches the world and all beings are healed.
-
-
+ "Ein Hauch des Lebens liegt über der Welt und alle Wesen fühlen sich frisch und erholt."
+ "Life itself touches the world and all beings are healed."