From ddff77b86f1f990c233191071bf0efed55589d66 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 20 Jan 2002 12:26:17 +0000 Subject: [PATCH] =?UTF-8?q?Fixes=20in=20der=20XML=20Datei=20f=C3=BCr=20hea?= =?UTF-8?q?lall?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/eressea/korrektur.c | 4 ++-- src/res/de/messages.xml | 30 +++++++----------------------- 2 files changed, 9 insertions(+), 25 deletions(-) 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."