Typofixes in verschiedenen Objekten
Change-Id: I6f5dd49c11df472e165e427144fe1e5495dae678
diff --git a/std/items/kraeuter/trank.c b/std/items/kraeuter/trank.c
index 3d7f9bf..b0c208d 100644
--- a/std/items/kraeuter/trank.c
+++ b/std/items/kraeuter/trank.c
@@ -551,7 +551,7 @@
"gedaempft, denn Du spuerst, dass Artemis Dich im Kampf gegen "
"ihre Schuetzlinge "
+ num2desc_fight(effekt)
- + "schwaechen wuerde.",78));
+ + " schwaechen wuerde.",78));
return 1;
}
return 0;
diff --git a/std/lightsource.c b/std/lightsource.c
index e4b2245..6975578 100644
--- a/std/lightsource.c
+++ b/std/lightsource.c
@@ -235,12 +235,12 @@
inv=(users() & all_inventory(environment(environment())))-({ environment() });
for (i=sizeof(inv)-1; i>=0; i--)
if (inv[i]->QueryProp(P_PLAYER_LIGHT)<=0)
- tell_object(inv[i], "Es wird dunkel als " + environment()->name(WESSEN) +
+ tell_object(inv[i], "Es wird dunkel, als " + environment()->name(WESSEN) +
" " + QueryProp(P_NAME) + " erlischt.\n" ) ;
else tell_object(inv[i], CAP( name( WER, 0 ) ) + " erlischt.\n" ) ;
if (environment()->QueryProp(P_PLAYER_LIGHT)<=0)
tell_object(environment(),
- CAP( name( WER, 1 ) ) + " erlischt und es wird dunkel.\n" ) ;
+ CAP( name( WER, 1 ) ) + " erlischt, und es wird dunkel.\n" ) ;
else tell_object(environment(), CAP( name( WER, 1 ) ) + " erlischt.\n" ) ;
}
else
@@ -248,7 +248,7 @@
inv=(users() & all_inventory(environment()));
for (i=sizeof(inv)-1; i>=0; i--)
if (inv[i]->QueryProp(P_PLAYER_LIGHT)<=0)
- tell_object(inv[i], "Es wird dunkel als " + name(WER,1)
+ tell_object(inv[i], "Es wird dunkel, als " + name(WER,1)
+ " erlischt.\n" ) ;
else tell_object(inv[i], CAP( name( WER, 0 ) ) + " erlischt.\n" ) ;
}
diff --git a/std/living/life.c b/std/living/life.c
index f3a72f5..4e8490a 100644
--- a/std/living/life.c
+++ b/std/living/life.c
@@ -1177,7 +1177,7 @@
write( "Du fuehlst Dich beschissen. Alles tut weh, und Du "
"siehst nur noch unscharf.\n" );
say( capitalize(name(WER)) + " taumelt und stoehnt und "
- "kann gerade noch vermeiden, hinzufallen.\n" );
+ "kann gerade noch vermeiden hinzufallen.\n" );
break;
case 0..10 :