Neue Doku: IsArmour, IsBottle, IsClothing, IsPlayerCorpse, IsRoom

Change-Id: Ie84fd6a1da52a83c080c4fe45287fd40799ff355
diff --git a/doc/lfun/IsBottle b/doc/lfun/IsBottle
new file mode 100644
index 0000000..8ac0c96
--- /dev/null
+++ b/doc/lfun/IsBottle
@@ -0,0 +1,21 @@
+IsPlayerCorpse
+
+FUNKTION:
+    int IsBottle()
+
+DEFINIERT IN:
+    /std/items/flasche.c
+
+RUeCKGABEWERT:
+    1 wenn Flasche
+    0 sonst
+
+BESCHREIBUNG:
+    Gibt 1 zurueck, wenn das eine Flasche mit ordentlichem Flaschenverhalten
+    ist.
+
+SIEHE AUCH:
+    Aehnlich: living, interactive
+    Aehnlich: IsArmour, IsClothing, IsPlayerCorpse, IsRoom, IsUnit
+
+3. Sep 2016, Gloinson