Sonderbehandlung fuer Teddy entfernt.
Fuer diese ist mein Grund fuer mich ersichtlich.
Change-Id: I67ede830458e261c233c3ad64a1f4813b229fabc
diff --git a/obj/tools/MGtool.c b/obj/tools/MGtool.c
index 5619ecf..efda624 100644
--- a/obj/tools/MGtool.c
+++ b/obj/tools/MGtool.c
@@ -283,18 +283,10 @@
str=capitalize(getuid(obj));
else
{
- if(object_name(obj)[0..26]=="/d/unterwelt/objekte/teddy#" &&
- IS_ARCH(this_interactive()))
- str="Ein Teddy (stumm)";
+ if(str=({string})obj->QueryProp(P_INT_LONG));
+ else if(str=({string})obj->QueryProp(P_LONG));
else
- {
- if(str=({string})obj->QueryProp(P_INT_LONG))
- ;
- else if(str=({string})obj->QueryProp(P_LONG))
- ;
- else
- str="- no long description -\n";
- }
+ str="- no long description -\n";
}
if(!file||file=="")
W(str);