commit | cf6f0a2f7262cb7208cff9e5cea1ef57753839b2 | [log] [tgz] |
---|---|---|
author | notstrom <jochen@tolot.escape.de> | Sat Aug 17 13:21:09 2019 +0200 |
committer | notstrom <jochen@tolot.escape.de> | Sat Aug 17 13:21:09 2019 +0200 |
tree | 4b91f34b17819ff1a3e440ec6668474741d411c6 | |
parent | fd4536dd84cd50b27da028b76e71c3d41e1b50b4 [diff] |
Fix string.
diff --git a/room/huette17.c b/room/huette17.c index 5c3785c..f249a2a 100644 --- a/room/huette17.c +++ b/room/huette17.c
@@ -90,8 +90,8 @@ } } else { tell_object(TP, BSLF( - "Du bist bereits absolut gemaestet, Du bringst keinen Bissen mehr " - "herunter. Vielleicht ein andermal ...")); + "Du hast Dich hier erst kuerzlich bedient und kannst gerade kein " + "Obst sehen. Vielleicht ein andermal ...")); } return 1; }