Gesammelte Update von autogenerierter Doku.
Change-Id: If453f1dd933c092c12ca0b5b2667dbd64ca246f8
diff --git a/doc/props/P_ABILITIES b/doc/props/P_ABILITIES
index b852bdf..b6bf407 100644
--- a/doc/props/P_ABILITIES
+++ b/doc/props/P_ABILITIES
@@ -1,4 +1,3 @@
-
P_ABILITIES
***********
diff --git a/doc/props/P_AC b/doc/props/P_AC
index e9eda47..02b52cb 100644
--- a/doc/props/P_AC
+++ b/doc/props/P_AC
@@ -1,4 +1,3 @@
-
P_AC
****
diff --git a/doc/props/P_ACCEPT_PEACE b/doc/props/P_ACCEPT_PEACE
index 214dc06..5f72c5f 100644
--- a/doc/props/P_ACCEPT_PEACE
+++ b/doc/props/P_ACCEPT_PEACE
@@ -1,4 +1,3 @@
-
P_ACCEPT_PEACE
**************
diff --git a/doc/props/P_ACHATS b/doc/props/P_ACHATS
index e37808f..c672968 100644
--- a/doc/props/P_ACHATS
+++ b/doc/props/P_ACHATS
@@ -1,4 +1,3 @@
-
P_ACHATS
********
diff --git a/doc/props/P_ACHAT_CHANCE b/doc/props/P_ACHAT_CHANCE
index 40b84c9..b098bd9 100644
--- a/doc/props/P_ACHAT_CHANCE
+++ b/doc/props/P_ACHAT_CHANCE
@@ -1,4 +1,3 @@
-
P_ACHAT_CHANCE
**************
diff --git a/doc/props/P_ACTUAL_NOTIFY_FAIL b/doc/props/P_ACTUAL_NOTIFY_FAIL
index 0c9acd1..ca42822 100644
--- a/doc/props/P_ACTUAL_NOTIFY_FAIL
+++ b/doc/props/P_ACTUAL_NOTIFY_FAIL
@@ -1,4 +1,3 @@
-
P_ACTUAL_NOTIFY_FAIL
********************
diff --git a/doc/props/P_ADJECTIVES b/doc/props/P_ADJECTIVES
index 1c8ccb6..ee2881f 100644
--- a/doc/props/P_ADJECTIVES
+++ b/doc/props/P_ADJECTIVES
@@ -1,4 +1,3 @@
-
P_ADJECTIVES
************
diff --git a/doc/props/P_AERIAL_HELPERS b/doc/props/P_AERIAL_HELPERS
index 5d9b030..314d739 100644
--- a/doc/props/P_AERIAL_HELPERS
+++ b/doc/props/P_AERIAL_HELPERS
@@ -1,4 +1,3 @@
-
P_AERIAL_HELPERS
****************
diff --git a/doc/props/P_AGE b/doc/props/P_AGE
index e35473c..eee7b3d 100644
--- a/doc/props/P_AGE
+++ b/doc/props/P_AGE
@@ -1,4 +1,3 @@
-
P_AGE
*****
diff --git a/doc/props/P_AGGRESSIVE b/doc/props/P_AGGRESSIVE
index 8cff142..012905a 100644
--- a/doc/props/P_AGGRESSIVE
+++ b/doc/props/P_AGGRESSIVE
@@ -1,4 +1,3 @@
-
P_AGGRESSIVE
************
diff --git a/doc/props/P_ALCOHOL b/doc/props/P_ALCOHOL
index 11e86ab..db5f3c6 100644
--- a/doc/props/P_ALCOHOL
+++ b/doc/props/P_ALCOHOL
@@ -1,4 +1,3 @@
-
P_ALCOHOL
*********
diff --git a/doc/props/P_ALCOHOL_DELAY b/doc/props/P_ALCOHOL_DELAY
index 6ea0513..6b254a3 100644
--- a/doc/props/P_ALCOHOL_DELAY
+++ b/doc/props/P_ALCOHOL_DELAY
@@ -1,4 +1,3 @@
-
P_ALCOHOL_DELAY
***************
diff --git a/doc/props/P_ALC_FULL_MSG b/doc/props/P_ALC_FULL_MSG
index 5df4b65..9042b4b 100644
--- a/doc/props/P_ALC_FULL_MSG
+++ b/doc/props/P_ALC_FULL_MSG
@@ -1,4 +1,3 @@
-
P_ALC_FULL_MSG
**************
diff --git a/doc/props/P_ALERT b/doc/props/P_ALERT
new file mode 100644
index 0000000..cd44fd4
--- /dev/null
+++ b/doc/props/P_ALERT
@@ -0,0 +1,65 @@
+P_ALERT
+*******
+
+
+NAME
+====
+
+ P_ALERT "visualbell"
+
+
+DEFINIERT IN
+============
+
+ /sys/player/comm.h
+
+
+BESCHREIBUNG
+============
+
+ Enthaelt ein Bitfeld, in welchem konfiguriert ist, bei welchen
+ Arten von Ereignissen ein Spieler welche Art von Benachrichtigung
+ erhalten moechte.
+
+ Das Verhalten kann vom Spieler durch unterschiedliche Befehle
+ beeinflusst werden, aktuell sind dies ton und klingelton.
+
+ Aktuell gibt es folgende Moeglichkeiten:
+
+ AL_NO_SOUND
+ Keine Pieptoene empfangen
+
+ MB_SAY
+ Alert bei Messages mit MA_SAY
+
+ MB_TELL
+ Alert bei Messages mit MA_TELL (tm)
+
+ MB_CHANNEL
+ Alert bei Ebenennachrichten
+
+ MB_SHOUT
+ Alert bei Rufen
+
+ MB_MISC
+ Alert bei sonstigen Aktionen (ohne eigenen Filter)
+
+
+BEMERKUNGEN
+===========
+
+ Bitte verwendet ReceiveMsg() mit MSG_ALERT, anstatt P_ALERT selbst
+ auszuwerten.
+
+ Das historische Standardverhalten war 0, hierbei wurden alle Toene
+ empfangen. Der Klingelton fuer Kommunikation wurde nur ausgegeben,
+ wenn P_MESSAGE_BEEP zusaetzlich > 0 war. Dieses Verhalten
+ entspricht am ehesten P_ALERT == MB_MISC.
+
+
+SIEHE AUCH
+==========
+
+ ReceiveMsg(), P_MESSAGE_BEEP
+
+Letzte Aenderung: 30.06.2025, Bugfix
diff --git a/doc/props/P_ALIGN b/doc/props/P_ALIGN
index d4ca76c..0d9c52d 100644
--- a/doc/props/P_ALIGN
+++ b/doc/props/P_ALIGN
@@ -1,4 +1,3 @@
-
P_ALIGN
*******
diff --git a/doc/props/P_ALLOWED_SHADOW b/doc/props/P_ALLOWED_SHADOW
index 5d849b7..1344ae2 100644
--- a/doc/props/P_ALLOWED_SHADOW
+++ b/doc/props/P_ALLOWED_SHADOW
@@ -1,4 +1,3 @@
-
P_ALLOWED_SHADOW
****************
diff --git a/doc/props/P_AMMUNITION b/doc/props/P_AMMUNITION
index cbe7f56..1c80860 100644
--- a/doc/props/P_AMMUNITION
+++ b/doc/props/P_AMMUNITION
@@ -1,4 +1,3 @@
-
P_AMMUNITION
************
diff --git a/doc/props/P_AMOUNT b/doc/props/P_AMOUNT
index 503ec87..baed149 100644
--- a/doc/props/P_AMOUNT
+++ b/doc/props/P_AMOUNT
@@ -1,4 +1,3 @@
-
P_AMOUNT
********
diff --git a/doc/props/P_AQUATIC_HELPERS b/doc/props/P_AQUATIC_HELPERS
index b1bab50..d1847e5 100644
--- a/doc/props/P_AQUATIC_HELPERS
+++ b/doc/props/P_AQUATIC_HELPERS
@@ -1,4 +1,3 @@
-
P_AQUATIC_HELPERS
*****************
diff --git a/doc/props/P_ARMOURS b/doc/props/P_ARMOURS
index e0d6a0c..998c9ce 100644
--- a/doc/props/P_ARMOURS
+++ b/doc/props/P_ARMOURS
@@ -1,4 +1,3 @@
-
P_ARMOURS
*********
diff --git a/doc/props/P_ARMOUR_TYPE b/doc/props/P_ARMOUR_TYPE
index 19e6812..300dddb 100644
--- a/doc/props/P_ARMOUR_TYPE
+++ b/doc/props/P_ARMOUR_TYPE
@@ -1,4 +1,3 @@
-
P_ARMOUR_TYPE
*************
diff --git a/doc/props/P_ARRIVEMSG b/doc/props/P_ARRIVEMSG
index e5e1a59..ed45e5b 100644
--- a/doc/props/P_ARRIVEMSG
+++ b/doc/props/P_ARRIVEMSG
@@ -1,4 +1,3 @@
-
P_ARRIVEMSG
***********
@@ -20,12 +19,19 @@
Die Property enthaelt die Meldungen, die beim Erreichen eines
Haltepunktes an die Reisenden und an den Haltepunkt-Raum ausgegeben
- werden. Sie muss ein String-Array mit zwei Elementen enthalten.
+ werden. Sie muss ein String-Array mit zwei Elementen enthalten, von
+ denen die erste an den Reisenden, die zweite an den Haltepunkt
+ gesendet werden.
- Fuer den Umbruch muss der Nutzer selbst Sorge tragen.
+ Der Platzhalter @WO kann verwendet werden, um die Bezeichnung des
+ aktuellen Haltepunktes (Rueckgabewert von QueryArrived()) einfuegen
+ zu lassen. Es werden alle Vorkommen des Platzhalters ersetzt.
+
+ Die Meldungen werden mit BS_LEAVE_MY_LFS umbrochen, d.h. man kann bei
+ Bedarf eigene Umbrueche einfuegen.
LETZTE AENDERUNG
================
- 2020-09-01 Arathorn
+ 2020-09-06 Arathorn
diff --git a/doc/props/P_ARTICLE b/doc/props/P_ARTICLE
index 2bf2c54..be6acff 100644
--- a/doc/props/P_ARTICLE
+++ b/doc/props/P_ARTICLE
@@ -1,4 +1,3 @@
-
P_ARTICLE
*********
diff --git a/doc/props/P_ATTACK_BUSY b/doc/props/P_ATTACK_BUSY
index dfc8ba6..5a3bfb0 100644
--- a/doc/props/P_ATTACK_BUSY
+++ b/doc/props/P_ATTACK_BUSY
@@ -1,4 +1,3 @@
-
P_ATTACK_BUSY
*************
diff --git a/doc/props/P_ATTRIBUTES b/doc/props/P_ATTRIBUTES
index ed5dd1c..f465b32 100644
--- a/doc/props/P_ATTRIBUTES
+++ b/doc/props/P_ATTRIBUTES
@@ -1,4 +1,3 @@
-
P_ATTRIBUTES
************
diff --git a/doc/props/P_ATTRIBUTES_MODIFIER b/doc/props/P_ATTRIBUTES_MODIFIER
index ab9f24d..5f4b34b 100644
--- a/doc/props/P_ATTRIBUTES_MODIFIER
+++ b/doc/props/P_ATTRIBUTES_MODIFIER
@@ -1,4 +1,3 @@
-
P_ATTRIBUTES_MODIFIER
*********************
diff --git a/doc/props/P_ATTRIBUTES_OFFSETS b/doc/props/P_ATTRIBUTES_OFFSETS
index dfcbb8c..935b036 100644
--- a/doc/props/P_ATTRIBUTES_OFFSETS
+++ b/doc/props/P_ATTRIBUTES_OFFSETS
@@ -1,4 +1,3 @@
-
P_ATTRIBUTES_OFFSETS
********************
diff --git a/doc/props/P_AUTH_INFO b/doc/props/P_AUTH_INFO
index 953b519..4d1c7ea 100644
--- a/doc/props/P_AUTH_INFO
+++ b/doc/props/P_AUTH_INFO
@@ -1,4 +1,3 @@
-
P_AUTH_INFO
***********
diff --git a/doc/props/P_AUTOLOAD b/doc/props/P_AUTOLOAD
index 5e623bb..5d87437 100644
--- a/doc/props/P_AUTOLOAD
+++ b/doc/props/P_AUTOLOAD
@@ -1,4 +1,3 @@
-
P_AUTOLOAD
**********
diff --git a/doc/props/P_AUTOLOADOBJ b/doc/props/P_AUTOLOADOBJ
index 3184fff..3aea0a1 100644
--- a/doc/props/P_AUTOLOADOBJ
+++ b/doc/props/P_AUTOLOADOBJ
@@ -1,4 +1,3 @@
-
P_AUTOLOADOBJ
*************
diff --git a/doc/props/P_AVATAR_URI b/doc/props/P_AVATAR_URI
index 0a2437c..46301ab 100644
--- a/doc/props/P_AVATAR_URI
+++ b/doc/props/P_AVATAR_URI
@@ -1,4 +1,3 @@
-
P_AVATAR_URI
************
diff --git a/doc/props/P_AVERAGE_SIZE b/doc/props/P_AVERAGE_SIZE
index 0208ef4..e67b262 100644
--- a/doc/props/P_AVERAGE_SIZE
+++ b/doc/props/P_AVERAGE_SIZE
@@ -1,4 +1,3 @@
-
P_AVERAGE_SIZE
**************
diff --git a/doc/props/P_AVERAGE_WEIGHT b/doc/props/P_AVERAGE_WEIGHT
index d71c53b..57f6bd8 100644
--- a/doc/props/P_AVERAGE_WEIGHT
+++ b/doc/props/P_AVERAGE_WEIGHT
@@ -1,4 +1,3 @@
-
P_AVERAGE_WEIGHT
****************
diff --git a/doc/props/P_AWAY b/doc/props/P_AWAY
index 5678440..364c9e1 100644
--- a/doc/props/P_AWAY
+++ b/doc/props/P_AWAY
@@ -1,4 +1,3 @@
-
P_AWAY
******
diff --git a/doc/props/P_BAD_MSG b/doc/props/P_BAD_MSG
index 7015a9c..2906a7c 100644
--- a/doc/props/P_BAD_MSG
+++ b/doc/props/P_BAD_MSG
@@ -1,4 +1,3 @@
-
P_BAD_MSG
*********
diff --git a/doc/props/P_BLIND b/doc/props/P_BLIND
index da86624..5ef8b86 100644
--- a/doc/props/P_BLIND
+++ b/doc/props/P_BLIND
@@ -1,4 +1,3 @@
-
P_BLIND
*******
diff --git a/doc/props/P_BODY b/doc/props/P_BODY
index 5871adb..f8ad4cb 100644
--- a/doc/props/P_BODY
+++ b/doc/props/P_BODY
@@ -1,4 +1,3 @@
-
P_BODY
******
diff --git a/doc/props/P_BRIEF b/doc/props/P_BRIEF
index 34ba0aa..c156aaf 100644
--- a/doc/props/P_BRIEF
+++ b/doc/props/P_BRIEF
@@ -1,4 +1,3 @@
-
P_BRIEF
*******
diff --git a/doc/props/P_BUFFER b/doc/props/P_BUFFER
index 699f91c..db5d272 100644
--- a/doc/props/P_BUFFER
+++ b/doc/props/P_BUFFER
@@ -1,4 +1,3 @@
-
P_BUFFER
********
diff --git a/doc/props/P_BUY_ONLY_PLANTS b/doc/props/P_BUY_ONLY_PLANTS
index 0d15a94..116a87a 100644
--- a/doc/props/P_BUY_ONLY_PLANTS
+++ b/doc/props/P_BUY_ONLY_PLANTS
@@ -1,4 +1,3 @@
-
P_BUY_ONLY_PLANTS
*****************
diff --git a/doc/props/P_CALLED_FROM_IP b/doc/props/P_CALLED_FROM_IP
index 306241c..3d0eedf 100644
--- a/doc/props/P_CALLED_FROM_IP
+++ b/doc/props/P_CALLED_FROM_IP
@@ -1,4 +1,3 @@
-
P_CALLED_FROM_IP
****************
diff --git a/doc/props/P_CAN_FLAGS b/doc/props/P_CAN_FLAGS
index 01814fb..4345f78 100644
--- a/doc/props/P_CAN_FLAGS
+++ b/doc/props/P_CAN_FLAGS
@@ -1,4 +1,3 @@
-
P_CAN_FLAGS
***********
diff --git a/doc/props/P_CAP_NAME b/doc/props/P_CAP_NAME
index 0069948..5e8d343 100644
--- a/doc/props/P_CAP_NAME
+++ b/doc/props/P_CAP_NAME
@@ -1,4 +1,3 @@
-
P_CAP_NAME
**********
diff --git a/doc/props/P_CARRIED_VALUE b/doc/props/P_CARRIED_VALUE
index 8792664..a2e1f25 100644
--- a/doc/props/P_CARRIED_VALUE
+++ b/doc/props/P_CARRIED_VALUE
@@ -1,4 +1,3 @@
-
P_CARRIED_VALUE
***************
diff --git a/doc/props/P_CHATS b/doc/props/P_CHATS
index 4b04b1d..b1dc819 100644
--- a/doc/props/P_CHATS
+++ b/doc/props/P_CHATS
@@ -1,4 +1,3 @@
-
P_CHATS
*******
diff --git a/doc/props/P_CHAT_CHANCE b/doc/props/P_CHAT_CHANCE
index 76c26b6..1a59def 100644
--- a/doc/props/P_CHAT_CHANCE
+++ b/doc/props/P_CHAT_CHANCE
@@ -1,4 +1,3 @@
-
P_CHAT_CHANCE
*************
diff --git a/doc/props/P_CLASS b/doc/props/P_CLASS
index 80017cc..0903e1a 100644
--- a/doc/props/P_CLASS
+++ b/doc/props/P_CLASS
@@ -1,4 +1,3 @@
-
P_CLASS
*******
diff --git a/doc/props/P_CLOCKMSG b/doc/props/P_CLOCKMSG
index 6f85b56..86e51ee 100644
--- a/doc/props/P_CLOCKMSG
+++ b/doc/props/P_CLOCKMSG
@@ -1,4 +1,3 @@
-
P_CLOCKMSG
**********
diff --git a/doc/props/P_CLONER b/doc/props/P_CLONER
index 75e9d02..95a6a45 100644
--- a/doc/props/P_CLONER
+++ b/doc/props/P_CLONER
@@ -1,4 +1,3 @@
-
P_CLONER
********
diff --git a/doc/props/P_CLONE_MSG b/doc/props/P_CLONE_MSG
index d16f42e..86c6ef9 100644
--- a/doc/props/P_CLONE_MSG
+++ b/doc/props/P_CLONE_MSG
@@ -1,4 +1,3 @@
-
P_CLONE_MSG
***********
diff --git a/doc/props/P_CLONE_TIME b/doc/props/P_CLONE_TIME
index fb7c3e5..d6ac97c 100644
--- a/doc/props/P_CLONE_TIME
+++ b/doc/props/P_CLONE_TIME
@@ -1,4 +1,3 @@
-
P_CLONE_TIME
************
diff --git a/doc/props/P_CLOTHING b/doc/props/P_CLOTHING
index 3458058..97eef47 100644
--- a/doc/props/P_CLOTHING
+++ b/doc/props/P_CLOTHING
@@ -1,4 +1,3 @@
-
P_CLOTHING
**********
diff --git a/doc/props/P_CMSG b/doc/props/P_CMSG
index e38f085..393bfc0 100644
--- a/doc/props/P_CMSG
+++ b/doc/props/P_CMSG
@@ -1,4 +1,3 @@
-
P_CMSG
******
diff --git a/doc/props/P_CNT_STATUS b/doc/props/P_CNT_STATUS
index 5bcc584..3cb14e3 100644
--- a/doc/props/P_CNT_STATUS
+++ b/doc/props/P_CNT_STATUS
@@ -1,4 +1,3 @@
-
P_CNT_STATUS
************
diff --git a/doc/props/P_COMBATCMDS b/doc/props/P_COMBATCMDS
index e82336a..fec7ae1 100644
--- a/doc/props/P_COMBATCMDS
+++ b/doc/props/P_COMBATCMDS
@@ -1,4 +1,3 @@
-
P_COMBATCMDS
************
diff --git a/doc/props/P_COMMANDS b/doc/props/P_COMMANDS
index 5812b35..dba4422 100644
--- a/doc/props/P_COMMANDS
+++ b/doc/props/P_COMMANDS
@@ -1,4 +1,3 @@
-
P_COMMANDS
**********
diff --git a/doc/props/P_COMPILER_PATH b/doc/props/P_COMPILER_PATH
index e67d01f..5b5f0ec 100644
--- a/doc/props/P_COMPILER_PATH
+++ b/doc/props/P_COMPILER_PATH
@@ -1,4 +1,3 @@
-
P_COMPILER_PATH
***************
diff --git a/doc/props/P_CONSUME_MSG b/doc/props/P_CONSUME_MSG
index 0300037..89db61d 100644
--- a/doc/props/P_CONSUME_MSG
+++ b/doc/props/P_CONSUME_MSG
@@ -1,4 +1,3 @@
-
P_CONSUME_MSG
*************
diff --git a/doc/props/P_CONTAINER b/doc/props/P_CONTAINER
index 019ff81..64b429e 100644
--- a/doc/props/P_CONTAINER
+++ b/doc/props/P_CONTAINER
@@ -1,4 +1,3 @@
-
P_CONTAINER
***********
diff --git a/doc/props/P_CONTENTS b/doc/props/P_CONTENTS
index fc9f20e..7d623b1 100644
--- a/doc/props/P_CONTENTS
+++ b/doc/props/P_CONTENTS
@@ -1,4 +1,3 @@
-
P_CONTENTS
**********
diff --git a/doc/props/P_CORPSE b/doc/props/P_CORPSE
index 762f03c..b47a164 100644
--- a/doc/props/P_CORPSE
+++ b/doc/props/P_CORPSE
@@ -1,4 +1,3 @@
-
P_CORPSE
********
diff --git a/doc/props/P_CURRENTDIR b/doc/props/P_CURRENTDIR
index b1dc2a4..c040966 100644
--- a/doc/props/P_CURRENTDIR
+++ b/doc/props/P_CURRENTDIR
@@ -1,4 +1,3 @@
-
P_CURRENTDIR
************
diff --git a/doc/props/P_CURSED b/doc/props/P_CURSED
index c3a9061..11cd9c4 100644
--- a/doc/props/P_CURSED
+++ b/doc/props/P_CURSED
@@ -1,4 +1,3 @@
-
P_CURSED
********
diff --git a/doc/props/P_DAMAGED b/doc/props/P_DAMAGED
index 91d5324..15a7458 100644
--- a/doc/props/P_DAMAGED
+++ b/doc/props/P_DAMAGED
@@ -1,4 +1,3 @@
-
P_DAMAGED
*********
diff --git a/doc/props/P_DAMAGE_MSG b/doc/props/P_DAMAGE_MSG
index e9c71a8..34c9169 100644
--- a/doc/props/P_DAMAGE_MSG
+++ b/doc/props/P_DAMAGE_MSG
@@ -1,4 +1,3 @@
-
P_DAMAGE_MSG
************
diff --git a/doc/props/P_DAM_DESC b/doc/props/P_DAM_DESC
index 151f555..ff5e22d 100644
--- a/doc/props/P_DAM_DESC
+++ b/doc/props/P_DAM_DESC
@@ -1,4 +1,3 @@
-
P_DAM_DESC
**********
diff --git a/doc/props/P_DAM_TYPE b/doc/props/P_DAM_TYPE
index e5088d2..93e9e13 100644
--- a/doc/props/P_DAM_TYPE
+++ b/doc/props/P_DAM_TYPE
@@ -1,4 +1,3 @@
-
P_DAM_TYPE
**********
diff --git a/doc/props/P_DEADS b/doc/props/P_DEADS
index 03f0c07..3952505 100644
--- a/doc/props/P_DEADS
+++ b/doc/props/P_DEADS
@@ -1,4 +1,3 @@
-
P_DEADS
*******
diff --git a/doc/props/P_DEAF b/doc/props/P_DEAF
index 570ac06..40bdf2d 100644
--- a/doc/props/P_DEAF
+++ b/doc/props/P_DEAF
@@ -1,4 +1,3 @@
-
P_DEAF
******
diff --git a/doc/props/P_DEATH_MSG b/doc/props/P_DEATH_MSG
index d5de007..5a1f5b6 100644
--- a/doc/props/P_DEATH_MSG
+++ b/doc/props/P_DEATH_MSG
@@ -1,4 +1,3 @@
-
P_DEATH_MSG
***********
diff --git a/doc/props/P_DEATH_SPONSORED_BY b/doc/props/P_DEATH_SPONSORED_BY
index cae8532..4b42555 100644
--- a/doc/props/P_DEATH_SPONSORED_BY
+++ b/doc/props/P_DEATH_SPONSORED_BY
@@ -1,4 +1,3 @@
-
P_DEATH_SPONSORED_BY
********************
diff --git a/doc/props/P_DEFAULT_GUILD b/doc/props/P_DEFAULT_GUILD
index 55abd50..1e5e515 100644
--- a/doc/props/P_DEFAULT_GUILD
+++ b/doc/props/P_DEFAULT_GUILD
@@ -1,4 +1,3 @@
-
P_DEFAULT_GUILD
***************
diff --git a/doc/props/P_DEFAULT_NOTIFY_FAIL b/doc/props/P_DEFAULT_NOTIFY_FAIL
index 351c96c..ad59583 100644
--- a/doc/props/P_DEFAULT_NOTIFY_FAIL
+++ b/doc/props/P_DEFAULT_NOTIFY_FAIL
@@ -1,4 +1,3 @@
-
P_DEFAULT_NOTIFY_FAIL
*********************
diff --git a/doc/props/P_DEFENDERS b/doc/props/P_DEFENDERS
index 6820004..b5a8c7c 100644
--- a/doc/props/P_DEFENDERS
+++ b/doc/props/P_DEFENDERS
@@ -1,4 +1,3 @@
-
P_DEFENDERS
***********
@@ -38,8 +37,8 @@
SIEHE AUCH
==========
- *AddDefender*, *RemoveDefender*, *QueryDefenders*,
- *QueryPresentDefenders*, *QueryNearDefenders*, *InformDefend*,
- *DefendOther*, /std/living/combat.c
+ AddDefender(), RemoveDefender(), QueryDefenders(),
+ QueryPresentDefenders(), QueryNearDefenders(), InformDefend(),
+ DefendOther(), /std/living/combat.c
Letzte Aenderung: 28.10.2022, Bugfix
diff --git a/doc/props/P_DEFEND_FUNC b/doc/props/P_DEFEND_FUNC
index a9939e1..04b68a0 100644
--- a/doc/props/P_DEFEND_FUNC
+++ b/doc/props/P_DEFEND_FUNC
@@ -1,4 +1,3 @@
-
P_DEFEND_FUNC
*************
diff --git a/doc/props/P_DEFUEL_AMOUNT_DRINK b/doc/props/P_DEFUEL_AMOUNT_DRINK
index 79dcfa5..adfdfbf 100644
--- a/doc/props/P_DEFUEL_AMOUNT_DRINK
+++ b/doc/props/P_DEFUEL_AMOUNT_DRINK
@@ -1,4 +1,3 @@
-
P_DEFUEL_AMOUNT_DRINK
*********************
diff --git a/doc/props/P_DEFUEL_AMOUNT_FOOD b/doc/props/P_DEFUEL_AMOUNT_FOOD
index f61a23e..bd6ae4a 100644
--- a/doc/props/P_DEFUEL_AMOUNT_FOOD
+++ b/doc/props/P_DEFUEL_AMOUNT_FOOD
@@ -1,4 +1,3 @@
-
P_DEFUEL_AMOUNT_FOOD
********************
diff --git a/doc/props/P_DEFUEL_LIMIT_DRINK b/doc/props/P_DEFUEL_LIMIT_DRINK
index d3a2c3c..45fff9e 100644
--- a/doc/props/P_DEFUEL_LIMIT_DRINK
+++ b/doc/props/P_DEFUEL_LIMIT_DRINK
@@ -1,4 +1,3 @@
-
P_DEFUEL_LIMIT_DRINK
********************
diff --git a/doc/props/P_DEFUEL_LIMIT_FOOD b/doc/props/P_DEFUEL_LIMIT_FOOD
index bb012a3..c03cdde 100644
--- a/doc/props/P_DEFUEL_LIMIT_FOOD
+++ b/doc/props/P_DEFUEL_LIMIT_FOOD
@@ -1,4 +1,3 @@
-
P_DEFUEL_LIMIT_FOOD
*******************
diff --git a/doc/props/P_DEFUEL_TIME_DRINK b/doc/props/P_DEFUEL_TIME_DRINK
index 3ff3b74..dcee450 100644
--- a/doc/props/P_DEFUEL_TIME_DRINK
+++ b/doc/props/P_DEFUEL_TIME_DRINK
@@ -1,4 +1,3 @@
-
P_DEFUEL_TIME_DRINK
*******************
diff --git a/doc/props/P_DEFUEL_TIME_FOOD b/doc/props/P_DEFUEL_TIME_FOOD
index fcd80d0..2c3c162 100644
--- a/doc/props/P_DEFUEL_TIME_FOOD
+++ b/doc/props/P_DEFUEL_TIME_FOOD
@@ -1,4 +1,3 @@
-
P_DEFUEL_TIME_FOOD
******************
diff --git a/doc/props/P_DEPARTMSG b/doc/props/P_DEPARTMSG
index 48c67e3..57643d3 100644
--- a/doc/props/P_DEPARTMSG
+++ b/doc/props/P_DEPARTMSG
@@ -1,4 +1,3 @@
-
P_DEPARTMSG
***********
@@ -20,12 +19,19 @@
Die Property enthaelt die Meldungen, die beim Verlassen eines
Haltepunktes an die Reisenden und an den Haltepunkt-Raum ausgegeben
- werden. Sie muss ein String-Array mit zwei Elementen enthalten.
+ werden. Sie muss ein String-Array mit zwei Elementen enthalten, von
+ denen die erste an den Reisenden, die zweite an den Haltepunkt
+ gesendet werden.
- Fuer den Umbruch muss der Nutzer selbst Sorge tragen.
+ Der Platzhalter @WO kann verwendet werden, um die Bezeichnung des
+ aktuellen Haltepunktes (Rueckgabewert von QueryArrived()) einfuegen
+ zu lassen. Es werden alle Vorkommen des Platzhalters ersetzt.
+
+ Die Meldungen werden mit BS_LEAVE_MY_LFS umbrochen, d.h. man kann bei
+ Bedarf eigene Umbrueche einfuegen.
LETZTE AENDERUNG
================
- 2020-09-01 Arathorn
+ 2020-09-06 Arathorn
diff --git a/doc/props/P_DESCRIPTION b/doc/props/P_DESCRIPTION
index 4d32999..f6bd981 100644
--- a/doc/props/P_DESCRIPTION
+++ b/doc/props/P_DESCRIPTION
@@ -1,4 +1,3 @@
-
P_DESCRIPTION
*************
diff --git a/doc/props/P_DESTROY_BAD b/doc/props/P_DESTROY_BAD
index 94f00e5..b2992ff 100644
--- a/doc/props/P_DESTROY_BAD
+++ b/doc/props/P_DESTROY_BAD
@@ -1,4 +1,3 @@
-
P_DESTROY_BAD
*************
diff --git a/doc/props/P_DESTRUCT_MSG b/doc/props/P_DESTRUCT_MSG
index 334c374..119bee5 100644
--- a/doc/props/P_DESTRUCT_MSG
+++ b/doc/props/P_DESTRUCT_MSG
@@ -1,4 +1,3 @@
-
P_DESTRUCT_MSG
**************
diff --git a/doc/props/P_DETAILS b/doc/props/P_DETAILS
index e14c15c..83c3600 100644
--- a/doc/props/P_DETAILS
+++ b/doc/props/P_DETAILS
@@ -1,4 +1,3 @@
-
P_DETAILS
*********
diff --git a/doc/props/P_DIE_MSG b/doc/props/P_DIE_MSG
index 0bd5d17..e07e742 100644
--- a/doc/props/P_DIE_MSG
+++ b/doc/props/P_DIE_MSG
@@ -1,4 +1,3 @@
-
P_DIE_MSG
*********
diff --git a/doc/props/P_DISABLE_ATTACK b/doc/props/P_DISABLE_ATTACK
index 37544ae..9acf8f4 100644
--- a/doc/props/P_DISABLE_ATTACK
+++ b/doc/props/P_DISABLE_ATTACK
@@ -1,4 +1,3 @@
-
P_DISABLE_ATTACK
****************
diff --git a/doc/props/P_DISABLE_COMMANDS b/doc/props/P_DISABLE_COMMANDS
index e66910a..bf6fc9a 100644
--- a/doc/props/P_DISABLE_COMMANDS
+++ b/doc/props/P_DISABLE_COMMANDS
@@ -1,4 +1,3 @@
-
P_DISABLE_COMMANDS
******************
diff --git a/doc/props/P_DISTRIBUTION b/doc/props/P_DISTRIBUTION
index 51140ae..863bb73 100644
--- a/doc/props/P_DISTRIBUTION
+++ b/doc/props/P_DISTRIBUTION
@@ -1,4 +1,3 @@
-
P_DISTRIBUTION
**************
diff --git a/doc/props/P_DMSG b/doc/props/P_DMSG
index 40af065..d0bdd53 100644
--- a/doc/props/P_DMSG
+++ b/doc/props/P_DMSG
@@ -1,4 +1,3 @@
-
P_DMSG
******
diff --git a/doc/props/P_DOMAIN b/doc/props/P_DOMAIN
index aad5288..c157442 100644
--- a/doc/props/P_DOMAIN
+++ b/doc/props/P_DOMAIN
@@ -1,4 +1,3 @@
-
P_DOMAIN
********
diff --git a/doc/props/P_DOOR_INFOS b/doc/props/P_DOOR_INFOS
index a432ed0..9833475 100644
--- a/doc/props/P_DOOR_INFOS
+++ b/doc/props/P_DOOR_INFOS
@@ -1,4 +1,3 @@
-
P_DOOR_INFOS
************
diff --git a/doc/props/P_DO_DESTRUCT b/doc/props/P_DO_DESTRUCT
index 6aa9384..cab322b 100644
--- a/doc/props/P_DO_DESTRUCT
+++ b/doc/props/P_DO_DESTRUCT
@@ -1,4 +1,3 @@
-
P_DO_DESTRUCT
*************
diff --git a/doc/props/P_DRINK b/doc/props/P_DRINK
index e3bab0b..4010660 100644
--- a/doc/props/P_DRINK
+++ b/doc/props/P_DRINK
@@ -1,4 +1,3 @@
-
P_DRINK
*******
diff --git a/doc/props/P_DRINK_DELAY b/doc/props/P_DRINK_DELAY
index 1617b47..a9e1339 100644
--- a/doc/props/P_DRINK_DELAY
+++ b/doc/props/P_DRINK_DELAY
@@ -1,4 +1,3 @@
-
P_DRINK_DELAY
*************
diff --git a/doc/props/P_DRINK_FULL_MSG b/doc/props/P_DRINK_FULL_MSG
index 1e5c2ce..73d6e45 100644
--- a/doc/props/P_DRINK_FULL_MSG
+++ b/doc/props/P_DRINK_FULL_MSG
@@ -1,4 +1,3 @@
-
P_DRINK_FULL_MSG
****************
diff --git a/doc/props/P_DROP_MSG b/doc/props/P_DROP_MSG
index 9ccb875..86473bb 100644
--- a/doc/props/P_DROP_MSG
+++ b/doc/props/P_DROP_MSG
@@ -1,4 +1,3 @@
-
P_DROP_MSG
**********
diff --git a/doc/props/P_EARMUFFS b/doc/props/P_EARMUFFS
index e5b4bbb..43b2b7d 100644
--- a/doc/props/P_EARMUFFS
+++ b/doc/props/P_EARMUFFS
@@ -1,4 +1,3 @@
-
P_EARMUFFS
**********
diff --git a/doc/props/P_EATER_MSG b/doc/props/P_EATER_MSG
index 132469d..22df504 100644
--- a/doc/props/P_EATER_MSG
+++ b/doc/props/P_EATER_MSG
@@ -1,4 +1,3 @@
-
P_EATER_MSG
***********
diff --git a/doc/props/P_EFFECTIVE_AC b/doc/props/P_EFFECTIVE_AC
index 5473d5d..5be3cce 100644
--- a/doc/props/P_EFFECTIVE_AC
+++ b/doc/props/P_EFFECTIVE_AC
@@ -1,4 +1,3 @@
-
P_EFFECTIVE_AC
**************
diff --git a/doc/props/P_EFFECTIVE_WC b/doc/props/P_EFFECTIVE_WC
index aa16980..30b7c98 100644
--- a/doc/props/P_EFFECTIVE_WC
+++ b/doc/props/P_EFFECTIVE_WC
@@ -1,4 +1,3 @@
-
P_EFFECTIVE_WC
**************
diff --git a/doc/props/P_EMPTY_MSG b/doc/props/P_EMPTY_MSG
index e91d622..627fcc7 100644
--- a/doc/props/P_EMPTY_MSG
+++ b/doc/props/P_EMPTY_MSG
@@ -1,4 +1,3 @@
-
P_EMPTY_MSG
***********
diff --git a/doc/props/P_EMPTY_PROPS b/doc/props/P_EMPTY_PROPS
index 6f5c126..b8e3f28 100644
--- a/doc/props/P_EMPTY_PROPS
+++ b/doc/props/P_EMPTY_PROPS
@@ -1,4 +1,3 @@
-
P_EMPTY_PROPS
*************
diff --git a/doc/props/P_ENABLE_IN_ATTACK_OUT b/doc/props/P_ENABLE_IN_ATTACK_OUT
index 0a64c74..a004109 100644
--- a/doc/props/P_ENABLE_IN_ATTACK_OUT
+++ b/doc/props/P_ENABLE_IN_ATTACK_OUT
@@ -1,4 +1,3 @@
-
P_ENABLE_IN_ATTACK_OUT
**********************
diff --git a/doc/props/P_ENEMY_DAMAGE b/doc/props/P_ENEMY_DAMAGE
index bad9c99..f68465c 100644
--- a/doc/props/P_ENEMY_DAMAGE
+++ b/doc/props/P_ENEMY_DAMAGE
@@ -1,4 +1,3 @@
-
P_ENEMY_DAMAGE
**************
diff --git a/doc/props/P_ENEMY_DEATH_SEQUENCE b/doc/props/P_ENEMY_DEATH_SEQUENCE
index 03b2bec..31dc8ad 100644
--- a/doc/props/P_ENEMY_DEATH_SEQUENCE
+++ b/doc/props/P_ENEMY_DEATH_SEQUENCE
@@ -1,4 +1,3 @@
-
P_ENEMY_DEATH_SEQUENCE
**********************
diff --git a/doc/props/P_ENTERCMDS b/doc/props/P_ENTERCMDS
index fc6f72f..f15989c 100644
--- a/doc/props/P_ENTERCMDS
+++ b/doc/props/P_ENTERCMDS
@@ -1,4 +1,3 @@
-
P_ENTERCMDS
***********
diff --git a/doc/props/P_ENTERFAIL b/doc/props/P_ENTERFAIL
index 1fe14ba..369003e 100644
--- a/doc/props/P_ENTERFAIL
+++ b/doc/props/P_ENTERFAIL
@@ -1,4 +1,3 @@
-
P_ENTERFAIL
***********
diff --git a/doc/props/P_ENTERMSG b/doc/props/P_ENTERMSG
index d8d3535..58d1562 100644
--- a/doc/props/P_ENTERMSG
+++ b/doc/props/P_ENTERMSG
@@ -1,4 +1,3 @@
-
P_ENTERMSG
**********
diff --git a/doc/props/P_ENV_MSG b/doc/props/P_ENV_MSG
index e969399..dbfdfbf 100644
--- a/doc/props/P_ENV_MSG
+++ b/doc/props/P_ENV_MSG
@@ -1,4 +1,3 @@
-
P_ENV_MSG
*********
diff --git a/doc/props/P_ENV_TOO_HEAVY_MSG b/doc/props/P_ENV_TOO_HEAVY_MSG
index 23c1d6c..16f32a4 100644
--- a/doc/props/P_ENV_TOO_HEAVY_MSG
+++ b/doc/props/P_ENV_TOO_HEAVY_MSG
@@ -1,4 +1,3 @@
-
P_ENV_TOO_HEAVY_MSG
*******************
diff --git a/doc/props/P_EQUIP_TIME b/doc/props/P_EQUIP_TIME
index ee0d07f..adf8909 100644
--- a/doc/props/P_EQUIP_TIME
+++ b/doc/props/P_EQUIP_TIME
@@ -1,4 +1,3 @@
-
P_EQUIP_TIME
************
diff --git a/doc/props/P_EVAL_FACTORS b/doc/props/P_EVAL_FACTORS
index ed83d4e..86da84c 100644
--- a/doc/props/P_EVAL_FACTORS
+++ b/doc/props/P_EVAL_FACTORS
@@ -1,4 +1,3 @@
-
P_EVAL_FACTORS
**************
diff --git a/doc/props/P_EVAL_OFFSETS b/doc/props/P_EVAL_OFFSETS
index e571f51..a5b5171 100644
--- a/doc/props/P_EVAL_OFFSETS
+++ b/doc/props/P_EVAL_OFFSETS
@@ -1,4 +1,3 @@
-
P_EVAL_OFFSETS
**************
diff --git a/doc/props/P_EXITS b/doc/props/P_EXITS
index c31bac3..a28a258 100644
--- a/doc/props/P_EXITS
+++ b/doc/props/P_EXITS
@@ -1,4 +1,3 @@
-
P_EXITS
*******
diff --git a/doc/props/P_EXTRA_LOOK b/doc/props/P_EXTRA_LOOK
index 1d8e03f..942f90b 100644
--- a/doc/props/P_EXTRA_LOOK
+++ b/doc/props/P_EXTRA_LOOK
@@ -1,4 +1,3 @@
-
P_EXTRA_LOOK
************
@@ -35,10 +34,12 @@
Objekt im Spieler benoetigt, ansonsten **immer** AddExtraLook()
verwenden.
- Bemerkung: Der Extralook taucht an einem Lebewesen nur auf, wenn
- dieser schon existiert, wenn das Objekt in das Lebewesen bewegt
- wird (oder im Fall von F_QUERY_METHOD-Methoden: diese bereits
- gesetzt ist.)
+ Bemerkung:
+
+ Der Extralook taucht an einem Lebewesen nur auf, wenn dieser
+ schon existiert, wenn das Objekt in das Lebewesen bewegt wird
+ (oder im Fall von F_QUERY_METHOD-Methoden: diese bereits gesetzt
+ ist.)
BEISPIEL
diff --git a/doc/props/P_EXTRA_LOOK_OBS b/doc/props/P_EXTRA_LOOK_OBS
index b1a5e4e..98f9bdc 100644
--- a/doc/props/P_EXTRA_LOOK_OBS
+++ b/doc/props/P_EXTRA_LOOK_OBS
@@ -1,4 +1,3 @@
-
P_EXTRA_LOOK_OBS
****************
diff --git a/doc/props/P_FAO b/doc/props/P_FAO
index 33f673e..e9c2e17 100644
--- a/doc/props/P_FAO
+++ b/doc/props/P_FAO
@@ -1,4 +1,3 @@
-
P_FAO
*****
diff --git a/doc/props/P_FAO_PORTALS b/doc/props/P_FAO_PORTALS
index 5d80c90..3291554 100644
--- a/doc/props/P_FAO_PORTALS
+++ b/doc/props/P_FAO_PORTALS
@@ -1,4 +1,3 @@
-
P_FAO_PORTALS
*************
diff --git a/doc/props/P_FISH b/doc/props/P_FISH
index d11bf01..4667fd3 100644
--- a/doc/props/P_FISH
+++ b/doc/props/P_FISH
@@ -1,4 +1,3 @@
-
P_FISH
******
diff --git a/doc/props/P_FLAGS b/doc/props/P_FLAGS
index 3962aed..d17c387 100644
--- a/doc/props/P_FLAGS
+++ b/doc/props/P_FLAGS
@@ -1,4 +1,3 @@
-
P_FLAGS
*******
diff --git a/doc/props/P_FOLLOW_SILENT b/doc/props/P_FOLLOW_SILENT
index 6dd07b3..05da55d 100644
--- a/doc/props/P_FOLLOW_SILENT
+++ b/doc/props/P_FOLLOW_SILENT
@@ -1,4 +1,3 @@
-
P_FOLLOW_SILENT
***************
diff --git a/doc/props/P_FOOD b/doc/props/P_FOOD
index ffcf464..db6f97b 100644
--- a/doc/props/P_FOOD
+++ b/doc/props/P_FOOD
@@ -1,4 +1,3 @@
-
P_FOOD
******
diff --git a/doc/props/P_FOOD_DELAY b/doc/props/P_FOOD_DELAY
index f4eb2df..665194b 100644
--- a/doc/props/P_FOOD_DELAY
+++ b/doc/props/P_FOOD_DELAY
@@ -1,4 +1,3 @@
-
P_FOOD_DELAY
************
diff --git a/doc/props/P_FOOD_FULL_MSG b/doc/props/P_FOOD_FULL_MSG
index f5c1bce..9cd5bd4 100644
--- a/doc/props/P_FOOD_FULL_MSG
+++ b/doc/props/P_FOOD_FULL_MSG
@@ -1,4 +1,3 @@
-
P_FOOD_FULL_MSG
***************
diff --git a/doc/props/P_FORCE_MURDER_MSG b/doc/props/P_FORCE_MURDER_MSG
index 709ef4e..20010b7 100644
--- a/doc/props/P_FORCE_MURDER_MSG
+++ b/doc/props/P_FORCE_MURDER_MSG
@@ -1,4 +1,3 @@
-
P_FORCE_MURDER_MSG
******************
diff --git a/doc/props/P_FREE_HANDS b/doc/props/P_FREE_HANDS
index c8311cc..9c917e9 100644
--- a/doc/props/P_FREE_HANDS
+++ b/doc/props/P_FREE_HANDS
@@ -1,4 +1,3 @@
-
P_FREE_HANDS
************
diff --git a/doc/props/P_FRIEND b/doc/props/P_FRIEND
index b22203b..aea11f7 100644
--- a/doc/props/P_FRIEND
+++ b/doc/props/P_FRIEND
@@ -1,4 +1,3 @@
-
P_FRIEND
********
diff --git a/doc/props/P_FROG b/doc/props/P_FROG
index 71badbe..c6bc806 100644
--- a/doc/props/P_FROG
+++ b/doc/props/P_FROG
@@ -1,4 +1,3 @@
-
P_FROG
******
diff --git a/doc/props/P_FUEL b/doc/props/P_FUEL
index 79f8515..c1946b7 100644
--- a/doc/props/P_FUEL
+++ b/doc/props/P_FUEL
@@ -1,4 +1,3 @@
-
P_FUEL
******
diff --git a/doc/props/P_FUNC_MSG b/doc/props/P_FUNC_MSG
index 811e71c..bbc6709 100644
--- a/doc/props/P_FUNC_MSG
+++ b/doc/props/P_FUNC_MSG
@@ -1,4 +1,3 @@
-
P_FUNC_MSG
**********
diff --git a/doc/props/P_FW_ALWAYS_READABLE b/doc/props/P_FW_ALWAYS_READABLE
index 850f7ae..c783ae3 100644
--- a/doc/props/P_FW_ALWAYS_READABLE
+++ b/doc/props/P_FW_ALWAYS_READABLE
@@ -1,4 +1,3 @@
-
P_FW_ALWAYS_READABLE
********************
diff --git a/doc/props/P_FW_UNDERSTAND b/doc/props/P_FW_UNDERSTAND
index 737d59e..7bb977a 100644
--- a/doc/props/P_FW_UNDERSTAND
+++ b/doc/props/P_FW_UNDERSTAND
@@ -1,4 +1,3 @@
-
P_FW_UNDERSTAND
***************
diff --git a/doc/props/P_GENDER b/doc/props/P_GENDER
index c2a3f77..2c9b8c2 100644
--- a/doc/props/P_GENDER
+++ b/doc/props/P_GENDER
@@ -1,4 +1,3 @@
-
P_GENDER
********
diff --git a/doc/props/P_GHOST b/doc/props/P_GHOST
index 31c9f2d..1e9dbec 100644
--- a/doc/props/P_GHOST
+++ b/doc/props/P_GHOST
@@ -1,4 +1,3 @@
-
P_GHOST
*******
diff --git a/doc/props/P_GIVE_MSG b/doc/props/P_GIVE_MSG
index e21dbad..dc4c4ff 100644
--- a/doc/props/P_GIVE_MSG
+++ b/doc/props/P_GIVE_MSG
@@ -1,4 +1,3 @@
-
P_GIVE_MSG
**********
diff --git a/doc/props/P_GLOBAL_SKILLPROPS b/doc/props/P_GLOBAL_SKILLPROPS
index c43c820..82d58b5 100644
--- a/doc/props/P_GLOBAL_SKILLPROPS
+++ b/doc/props/P_GLOBAL_SKILLPROPS
@@ -1,4 +1,3 @@
-
P_GLOBAL_SKILLPROPS
*******************
diff --git a/doc/props/P_GUARD b/doc/props/P_GUARD
index 7128df6..cd6123b 100644
--- a/doc/props/P_GUARD
+++ b/doc/props/P_GUARD
@@ -1,4 +1,3 @@
-
P_GUARD
*******
diff --git a/doc/props/P_GUILD b/doc/props/P_GUILD
index c3c13cb..b98f1e7 100644
--- a/doc/props/P_GUILD
+++ b/doc/props/P_GUILD
@@ -1,4 +1,3 @@
-
P_GUILD
*******
diff --git a/doc/props/P_GUILD_DEACTIVATE_SKILLS b/doc/props/P_GUILD_DEACTIVATE_SKILLS
index a53d6ce..784a4f2 100644
--- a/doc/props/P_GUILD_DEACTIVATE_SKILLS
+++ b/doc/props/P_GUILD_DEACTIVATE_SKILLS
@@ -1,4 +1,3 @@
-
P_GUILD_DEACTIVATE_SKILLS
*************************
diff --git a/doc/props/P_GUILD_DEFAULT_SPELLBOOK b/doc/props/P_GUILD_DEFAULT_SPELLBOOK
index 4d6bbd0..e5a99eb 100644
--- a/doc/props/P_GUILD_DEFAULT_SPELLBOOK
+++ b/doc/props/P_GUILD_DEFAULT_SPELLBOOK
@@ -1,4 +1,3 @@
-
P_GUILD_DEFAULT_SPELLBOOK
*************************
diff --git a/doc/props/P_GUILD_FEMALE_TITLES b/doc/props/P_GUILD_FEMALE_TITLES
index c06947d..aefd02d 100644
--- a/doc/props/P_GUILD_FEMALE_TITLES
+++ b/doc/props/P_GUILD_FEMALE_TITLES
@@ -1,4 +1,3 @@
-
P_GUILD_FEMALE_TITLES
*********************
diff --git a/doc/props/P_GUILD_LEVEL b/doc/props/P_GUILD_LEVEL
index f38701c..6650602 100644
--- a/doc/props/P_GUILD_LEVEL
+++ b/doc/props/P_GUILD_LEVEL
@@ -1,4 +1,3 @@
-
P_GUILD_LEVEL
*************
diff --git a/doc/props/P_GUILD_LEVELS b/doc/props/P_GUILD_LEVELS
index 9b9b80d..8ca5452 100644
--- a/doc/props/P_GUILD_LEVELS
+++ b/doc/props/P_GUILD_LEVELS
@@ -1,4 +1,3 @@
-
P_GUILD_LEVELS
**************
diff --git a/doc/props/P_GUILD_MALE_TITLES b/doc/props/P_GUILD_MALE_TITLES
index 41cb773..90a3d72 100644
--- a/doc/props/P_GUILD_MALE_TITLES
+++ b/doc/props/P_GUILD_MALE_TITLES
@@ -1,4 +1,3 @@
-
P_GUILD_MALE_TITLES
*******************
diff --git a/doc/props/P_GUILD_PREPAREBLOCK b/doc/props/P_GUILD_PREPAREBLOCK
index ee1c361..21dab26 100644
--- a/doc/props/P_GUILD_PREPAREBLOCK
+++ b/doc/props/P_GUILD_PREPAREBLOCK
@@ -1,4 +1,3 @@
-
P_GUILD_PREPAREBLOCK
********************
diff --git a/doc/props/P_GUILD_RATING b/doc/props/P_GUILD_RATING
index 8fb181e..55852d0 100644
--- a/doc/props/P_GUILD_RATING
+++ b/doc/props/P_GUILD_RATING
@@ -1,4 +1,3 @@
-
P_GUILD_RATING
**************
diff --git a/doc/props/P_GUILD_RESTRICTIONS b/doc/props/P_GUILD_RESTRICTIONS
index c94ccf3..156027c 100644
--- a/doc/props/P_GUILD_RESTRICTIONS
+++ b/doc/props/P_GUILD_RESTRICTIONS
@@ -1,4 +1,3 @@
-
P_GUILD_RESTRICTIONS
********************
diff --git a/doc/props/P_GUILD_SKILLS b/doc/props/P_GUILD_SKILLS
index 232a5cf..c787a60 100644
--- a/doc/props/P_GUILD_SKILLS
+++ b/doc/props/P_GUILD_SKILLS
@@ -1,4 +1,3 @@
-
P_GUILD_SKILLS
**************
diff --git a/doc/props/P_GUILD_TITLE b/doc/props/P_GUILD_TITLE
index d3a49b3..b9cb1af 100644
--- a/doc/props/P_GUILD_TITLE
+++ b/doc/props/P_GUILD_TITLE
@@ -1,4 +1,3 @@
-
P_GUILD_TITLE
*************
diff --git a/doc/props/P_HANDS b/doc/props/P_HANDS
index 859b4eb..f8923da 100644
--- a/doc/props/P_HANDS
+++ b/doc/props/P_HANDS
@@ -1,4 +1,3 @@
-
P_HANDS
*******
diff --git a/doc/props/P_HANDS_USED_BY b/doc/props/P_HANDS_USED_BY
index f0d5165..b35708a 100644
--- a/doc/props/P_HANDS_USED_BY
+++ b/doc/props/P_HANDS_USED_BY
@@ -1,4 +1,3 @@
-
P_HANDS_USED_BY
***************
diff --git a/doc/props/P_HARBOUR b/doc/props/P_HARBOUR
index 5b79d9b..4f21c92 100644
--- a/doc/props/P_HARBOUR
+++ b/doc/props/P_HARBOUR
@@ -1,4 +1,3 @@
-
P_HARBOUR
*********
diff --git a/doc/props/P_HAUS_ERLAUBT b/doc/props/P_HAUS_ERLAUBT
index ffd5c8f..60da881 100644
--- a/doc/props/P_HAUS_ERLAUBT
+++ b/doc/props/P_HAUS_ERLAUBT
@@ -1,4 +1,3 @@
-
P_HAUS_ERLAUBT
**************
diff --git a/doc/props/P_HB b/doc/props/P_HB
index bdaf9f1..aa8a98e 100644
--- a/doc/props/P_HB
+++ b/doc/props/P_HB
@@ -1,4 +1,3 @@
-
P_HB
****
diff --git a/doc/props/P_HEAL b/doc/props/P_HEAL
index 83d4991..96f6f78 100644
--- a/doc/props/P_HEAL
+++ b/doc/props/P_HEAL
@@ -1,4 +1,3 @@
-
P_HEAL
******
diff --git a/doc/props/P_HELPER_NPC b/doc/props/P_HELPER_NPC
index af8bfef..089c572 100644
--- a/doc/props/P_HELPER_NPC
+++ b/doc/props/P_HELPER_NPC
@@ -1,4 +1,3 @@
-
P_HELPER_NPC
************
diff --git a/doc/props/P_HELPER_OBJECTS b/doc/props/P_HELPER_OBJECTS
index 94990c4..51d1aa0 100644
--- a/doc/props/P_HELPER_OBJECTS
+++ b/doc/props/P_HELPER_OBJECTS
@@ -1,4 +1,3 @@
-
P_HELPER_OBJECTS
****************
diff --git a/doc/props/P_HIDE_EXITS b/doc/props/P_HIDE_EXITS
index c9aa2e5..629859e 100644
--- a/doc/props/P_HIDE_EXITS
+++ b/doc/props/P_HIDE_EXITS
@@ -1,4 +1,3 @@
-
P_HIDE_EXITS
************
diff --git a/doc/props/P_HISTMIN b/doc/props/P_HISTMIN
index ca35504..176d90e 100644
--- a/doc/props/P_HISTMIN
+++ b/doc/props/P_HISTMIN
@@ -1,4 +1,3 @@
-
P_HISTMIN
*********
diff --git a/doc/props/P_HIT_FUNC b/doc/props/P_HIT_FUNC
index 9bcc328..45ddacd 100644
--- a/doc/props/P_HIT_FUNC
+++ b/doc/props/P_HIT_FUNC
@@ -1,4 +1,3 @@
-
P_HIT_FUNC
**********
diff --git a/doc/props/P_HOMEPAGE b/doc/props/P_HOMEPAGE
index 5cf6bec..57992de 100644
--- a/doc/props/P_HOMEPAGE
+++ b/doc/props/P_HOMEPAGE
@@ -1,4 +1,3 @@
-
P_HOMEPAGE
**********
diff --git a/doc/props/P_HP b/doc/props/P_HP
index b7ded4a..b8d7277 100644
--- a/doc/props/P_HP
+++ b/doc/props/P_HP
@@ -1,4 +1,3 @@
-
P_HP
****
diff --git a/doc/props/P_HP_DELAY b/doc/props/P_HP_DELAY
index f15f748..134db36 100644
--- a/doc/props/P_HP_DELAY
+++ b/doc/props/P_HP_DELAY
@@ -1,4 +1,3 @@
-
P_HP_DELAY
**********
diff --git a/doc/props/P_HP_HOOKS b/doc/props/P_HP_HOOKS
index 7bb48bf..398bb30 100644
--- a/doc/props/P_HP_HOOKS
+++ b/doc/props/P_HP_HOOKS
@@ -1,4 +1,3 @@
-
P_HP_HOOKS
**********
diff --git a/doc/props/P_HUNTTIME b/doc/props/P_HUNTTIME
index e712a49..3ccd183 100644
--- a/doc/props/P_HUNTTIME
+++ b/doc/props/P_HUNTTIME
@@ -1,4 +1,3 @@
-
P_HUNTTIME
**********
diff --git a/doc/props/P_IDS b/doc/props/P_IDS
index dee9a74..29913fb 100644
--- a/doc/props/P_IDS
+++ b/doc/props/P_IDS
@@ -1,4 +1,3 @@
-
P_IDS
*****
diff --git a/doc/props/P_IGNORE b/doc/props/P_IGNORE
index 3436a09..d59e78a 100644
--- a/doc/props/P_IGNORE
+++ b/doc/props/P_IGNORE
@@ -1,4 +1,3 @@
-
P_IGNORE
********
diff --git a/doc/props/P_INDOORS b/doc/props/P_INDOORS
index 4483d10..45a8177 100644
--- a/doc/props/P_INDOORS
+++ b/doc/props/P_INDOORS
@@ -1,4 +1,3 @@
-
P_INDOORS
*********
diff --git a/doc/props/P_INFO b/doc/props/P_INFO
index c18cd97..a729850 100644
--- a/doc/props/P_INFO
+++ b/doc/props/P_INFO
@@ -1,4 +1,3 @@
-
P_INFO
******
diff --git a/doc/props/P_INFORMME b/doc/props/P_INFORMME
index c6dd0ed..4b38557 100644
--- a/doc/props/P_INFORMME
+++ b/doc/props/P_INFORMME
@@ -1,4 +1,3 @@
-
P_INFORMME
**********
diff --git a/doc/props/P_INPC_HOME b/doc/props/P_INPC_HOME
index 1eafd4d..efe1234 100644
--- a/doc/props/P_INPC_HOME
+++ b/doc/props/P_INPC_HOME
@@ -1,4 +1,3 @@
-
P_INPC_HOME
***********
diff --git a/doc/props/P_INPC_LAST_ENVIRONMENT b/doc/props/P_INPC_LAST_ENVIRONMENT
index 8f7cb68..b16d07a 100644
--- a/doc/props/P_INPC_LAST_ENVIRONMENT
+++ b/doc/props/P_INPC_LAST_ENVIRONMENT
@@ -1,4 +1,3 @@
-
P_INPC_LAST_ENVIRONMENT
***********************
diff --git a/doc/props/P_INPC_LAST_PLAYER_CONTACT b/doc/props/P_INPC_LAST_PLAYER_CONTACT
index 14f8730..c49d4cd 100644
--- a/doc/props/P_INPC_LAST_PLAYER_CONTACT
+++ b/doc/props/P_INPC_LAST_PLAYER_CONTACT
@@ -1,4 +1,3 @@
-
P_INPC_LAST_PLAYER_CONTACT
**************************
diff --git a/doc/props/P_INPC_WALK_AREA b/doc/props/P_INPC_WALK_AREA
index 9554d27..1a98cba 100644
--- a/doc/props/P_INPC_WALK_AREA
+++ b/doc/props/P_INPC_WALK_AREA
@@ -1,4 +1,3 @@
-
P_INPC_WALK_AREA
****************
diff --git a/doc/props/P_INPC_WALK_DELAYS b/doc/props/P_INPC_WALK_DELAYS
index e59deea..9d3b1ba 100644
--- a/doc/props/P_INPC_WALK_DELAYS
+++ b/doc/props/P_INPC_WALK_DELAYS
@@ -1,4 +1,3 @@
-
P_INPC_WALK_DELAYS
******************
diff --git a/doc/props/P_INPC_WALK_FLAGS b/doc/props/P_INPC_WALK_FLAGS
index 86c4835..9946e4b 100644
--- a/doc/props/P_INPC_WALK_FLAGS
+++ b/doc/props/P_INPC_WALK_FLAGS
@@ -1,4 +1,3 @@
-
P_INPC_WALK_FLAGS
*****************
diff --git a/doc/props/P_INPC_WALK_MODE b/doc/props/P_INPC_WALK_MODE
index 134bb50..65c06a0 100644
--- a/doc/props/P_INPC_WALK_MODE
+++ b/doc/props/P_INPC_WALK_MODE
@@ -1,4 +1,3 @@
-
P_INPC_WALK_MODE
****************
diff --git a/doc/props/P_INPC_WALK_ROUTE b/doc/props/P_INPC_WALK_ROUTE
index 762408d..ccbbb8b 100644
--- a/doc/props/P_INPC_WALK_ROUTE
+++ b/doc/props/P_INPC_WALK_ROUTE
@@ -1,4 +1,3 @@
-
P_INPC_WALK_ROUTE
*****************
diff --git a/doc/props/P_INTERMUD b/doc/props/P_INTERMUD
index 8019998..c0d2979 100644
--- a/doc/props/P_INTERMUD
+++ b/doc/props/P_INTERMUD
@@ -1,4 +1,3 @@
-
P_INTERMUD
**********
diff --git a/doc/props/P_INTERNAL_EXTRA_LOOK b/doc/props/P_INTERNAL_EXTRA_LOOK
index 337e74a..39522a1 100644
--- a/doc/props/P_INTERNAL_EXTRA_LOOK
+++ b/doc/props/P_INTERNAL_EXTRA_LOOK
@@ -1,4 +1,3 @@
-
P_INTERNAL_EXTRA_LOOK
*********************
@@ -33,8 +32,8 @@
* "xllook": String, der im Extralook des Living angezeigt wird.
- * "xlduration": Zeitstempel (int), der angibt, wie lang der
- Eintrag gueltig ist.
+ * "xlduration": Zeitstempel (int), der angibt, wie lang der Eintrag
+ gueltig ist.
* 0 ewig gueltig
@@ -45,8 +44,8 @@
* "xlende": String, der nach Ablaufen an das Living ausgegeben
wird.
- * "xlfun": Funktion, die gerufen wird und den String
- zurueckliefern muss, der ausgegeben werden soll.
+ * "xlfun": Funktion, die gerufen wird und den String zurueckliefern
+ muss, der ausgegeben werden soll.
* "xlendefun": Funktion, die gerufen wird, wenn der Eintrag
abgelaufen ist und den String zurueckliefern muss, der dann ans
@@ -59,12 +58,15 @@
BEMERKUNGEN:
============
- Warnung: Keine echte Property. Die Methode
- _query_internal_extralook() in /std/living/description.c stellt
- die Daten zusammen.
+ Warnung:
- Warnung: ACHTUNG: Bitte nur die bereitgestellten Methoden zur
- Manipulation benutzen! Setzen als Property hat keinen Effekt.
+ Keine echte Property. Die Methode _query_internal_extralook() in
+ /std/living/description.c stellt die Daten zusammen.
+
+ Warnung:
+
+ ACHTUNG: Bitte nur die bereitgestellten Methoden zur Manipulation
+ benutzen! Setzen als Property hat keinen Effekt.
SIEHE AUCH
diff --git a/doc/props/P_INT_LIGHT b/doc/props/P_INT_LIGHT
index dcf59b6..cc95c22 100644
--- a/doc/props/P_INT_LIGHT
+++ b/doc/props/P_INT_LIGHT
@@ -1,4 +1,3 @@
-
P_INT_LIGHT
***********
diff --git a/doc/props/P_INT_LONG b/doc/props/P_INT_LONG
index 741e511..7ab5bb4 100644
--- a/doc/props/P_INT_LONG
+++ b/doc/props/P_INT_LONG
@@ -1,4 +1,3 @@
-
P_INT_LONG
**********
diff --git a/doc/props/P_INT_SHORT b/doc/props/P_INT_SHORT
index ac3c31d..ba9abc7 100644
--- a/doc/props/P_INT_SHORT
+++ b/doc/props/P_INT_SHORT
@@ -1,4 +1,3 @@
-
P_INT_SHORT
***********
diff --git a/doc/props/P_INVIS b/doc/props/P_INVIS
index 5609c84..12d87f7 100644
--- a/doc/props/P_INVIS
+++ b/doc/props/P_INVIS
@@ -1,4 +1,3 @@
-
P_INVIS
*******
diff --git a/doc/props/P_IP_NAME b/doc/props/P_IP_NAME
index 6003c80..48bd197 100644
--- a/doc/props/P_IP_NAME
+++ b/doc/props/P_IP_NAME
@@ -1,4 +1,3 @@
-
P_IP_NAME
*********
diff --git a/doc/props/P_IS_ARTILLERY b/doc/props/P_IS_ARTILLERY
index 2afcd60..ef60f02 100644
--- a/doc/props/P_IS_ARTILLERY
+++ b/doc/props/P_IS_ARTILLERY
@@ -1,4 +1,3 @@
-
P_IS_ARTILLERY
**************
diff --git a/doc/props/P_ITEMS b/doc/props/P_ITEMS
index 1fcafc5..971b22f 100644
--- a/doc/props/P_ITEMS
+++ b/doc/props/P_ITEMS
@@ -1,4 +1,3 @@
-
P_ITEMS
*******
@@ -12,11 +11,40 @@
DEFINIERT IN
============
- /sys/properties.h
+ /sys/container.h
BESCHREIBUNG
============
- Definition von Gegenstaenden, die in dem Raum liegen sollen.
- Erklaerung in einem Extrafile.
+ P_ITEM enthaelt eine Datenstruktur vom Typ <
+ <object|<string|string*>|int|mapping>* >*. Jedes Unterarray
+ enthaelt die Daten zu einem per AddItem() hinzugefuegten Objekt.
+ Der Aufbau ist wie folgt:
+
+ * RITEM_OBJECT (object) Das erzeugte Objekt
+
+ * RITEM_FILE (string|string*) Die Dateinamen
+
+ * RITEM_REFRESH (int) Refresh Flags, Konstanten aus rooms.h und
+ npc.h
+
+ * RITEM_PROPS (mapping|int) Properties oder unique Flag
+
+ Fuer Details zu den jeweiligen Eintraegen siehe AddItem() , die
+ Konstanten sind in rooms.h definiert.
+
+
+BEMERKUNGEN
+===========
+
+ Diese Property keinesfalls von Hand setzen! Benutzt die
+ Zugriffsfunktionen AddItem() und RemoveItem().
+
+
+SIEHE AUCH
+==========
+
+ AddItem(), RemoveItem()
+
+Letzte Aenderung: 03.07.2025, Bugfix
diff --git a/doc/props/P_I_HATE_ALCOHOL b/doc/props/P_I_HATE_ALCOHOL
index 0a0eefc..1344b4b 100644
--- a/doc/props/P_I_HATE_ALCOHOL
+++ b/doc/props/P_I_HATE_ALCOHOL
@@ -1,4 +1,3 @@
-
P_I_HATE_ALCOHOL
****************
diff --git a/doc/props/P_KEEPER b/doc/props/P_KEEPER
index 63185c8..cce2550 100644
--- a/doc/props/P_KEEPER
+++ b/doc/props/P_KEEPER
@@ -1,4 +1,3 @@
-
P_KEEPER
********
diff --git a/doc/props/P_KEEP_ON_SELL b/doc/props/P_KEEP_ON_SELL
index b0e694c..89a83d0 100644
--- a/doc/props/P_KEEP_ON_SELL
+++ b/doc/props/P_KEEP_ON_SELL
@@ -1,4 +1,3 @@
-
P_KEEP_ON_SELL
**************
diff --git a/doc/props/P_KILLER b/doc/props/P_KILLER
index 01bb0d1..62f791d 100644
--- a/doc/props/P_KILLER
+++ b/doc/props/P_KILLER
@@ -1,4 +1,3 @@
-
P_KILLER
********
diff --git a/doc/props/P_KILLS b/doc/props/P_KILLS
index 7ec3dac..71df036 100644
--- a/doc/props/P_KILLS
+++ b/doc/props/P_KILLS
@@ -1,4 +1,3 @@
-
P_KILLS
*******
diff --git a/doc/props/P_KILL_MSG b/doc/props/P_KILL_MSG
index 9437975..af25fbb 100644
--- a/doc/props/P_KILL_MSG
+++ b/doc/props/P_KILL_MSG
@@ -1,4 +1,3 @@
-
P_KILL_MSG
**********
diff --git a/doc/props/P_KILL_NAME b/doc/props/P_KILL_NAME
index 0504066..93420e6 100644
--- a/doc/props/P_KILL_NAME
+++ b/doc/props/P_KILL_NAME
@@ -1,4 +1,3 @@
-
P_KILL_NAME
***********
diff --git a/doc/props/P_KNOWN_POTIONROOMS b/doc/props/P_KNOWN_POTIONROOMS
index 29e17d3..789fed8 100644
--- a/doc/props/P_KNOWN_POTIONROOMS
+++ b/doc/props/P_KNOWN_POTIONROOMS
@@ -1,4 +1,3 @@
-
P_KNOWN_POTIONROOMS
*******************
diff --git a/doc/props/P_LASTDIR b/doc/props/P_LASTDIR
index 2695f06..7d0b561 100644
--- a/doc/props/P_LASTDIR
+++ b/doc/props/P_LASTDIR
@@ -1,4 +1,3 @@
-
P_LASTDIR
*********
diff --git a/doc/props/P_LAST_COMBAT_TIME b/doc/props/P_LAST_COMBAT_TIME
index 941ec1e..8383c86 100644
--- a/doc/props/P_LAST_COMBAT_TIME
+++ b/doc/props/P_LAST_COMBAT_TIME
@@ -1,4 +1,3 @@
-
P_LAST_COMBAT_TIME
******************
diff --git a/doc/props/P_LAST_COMMAND_ENV b/doc/props/P_LAST_COMMAND_ENV
index 40bd6a0..b6336e8 100644
--- a/doc/props/P_LAST_COMMAND_ENV
+++ b/doc/props/P_LAST_COMMAND_ENV
@@ -1,4 +1,3 @@
-
P_LAST_COMMAND_ENV
******************
diff --git a/doc/props/P_LAST_CONTENT_CHANGE b/doc/props/P_LAST_CONTENT_CHANGE
index f128774..0c7f709 100644
--- a/doc/props/P_LAST_CONTENT_CHANGE
+++ b/doc/props/P_LAST_CONTENT_CHANGE
@@ -1,4 +1,3 @@
-
P_LAST_CONTENT_CHANGE
*********************
diff --git a/doc/props/P_LAST_DAMAGE b/doc/props/P_LAST_DAMAGE
index 66388b7..cfa206e 100644
--- a/doc/props/P_LAST_DAMAGE
+++ b/doc/props/P_LAST_DAMAGE
@@ -1,4 +1,3 @@
-
P_LAST_DAMAGE
*************
diff --git a/doc/props/P_LAST_DAMTIME b/doc/props/P_LAST_DAMTIME
index 7e6d0ea..2d2db5d 100644
--- a/doc/props/P_LAST_DAMTIME
+++ b/doc/props/P_LAST_DAMTIME
@@ -1,4 +1,3 @@
-
P_LAST_DAMTIME
**************
diff --git a/doc/props/P_LAST_DAMTYPES b/doc/props/P_LAST_DAMTYPES
index ecdf571..b9b0d66 100644
--- a/doc/props/P_LAST_DAMTYPES
+++ b/doc/props/P_LAST_DAMTYPES
@@ -1,4 +1,3 @@
-
P_LAST_DAMTYPES
***************
diff --git a/doc/props/P_LAST_DEATH_PROPS b/doc/props/P_LAST_DEATH_PROPS
index 7249dad..ce09dc4 100644
--- a/doc/props/P_LAST_DEATH_PROPS
+++ b/doc/props/P_LAST_DEATH_PROPS
@@ -1,4 +1,3 @@
-
P_LAST_DEATH_PROPS
******************
diff --git a/doc/props/P_LAST_DEATH_TIME b/doc/props/P_LAST_DEATH_TIME
index 669e7a1..db88d79 100644
--- a/doc/props/P_LAST_DEATH_TIME
+++ b/doc/props/P_LAST_DEATH_TIME
@@ -1,4 +1,3 @@
-
P_LAST_DEATH_TIME
*****************
diff --git a/doc/props/P_LAST_LOGIN b/doc/props/P_LAST_LOGIN
index 4ad7360..abe1fcf 100644
--- a/doc/props/P_LAST_LOGIN
+++ b/doc/props/P_LAST_LOGIN
@@ -1,4 +1,3 @@
-
P_LAST_LOGIN
************
diff --git a/doc/props/P_LAST_LOGOUT b/doc/props/P_LAST_LOGOUT
index e94e89e..4fbe8f4 100644
--- a/doc/props/P_LAST_LOGOUT
+++ b/doc/props/P_LAST_LOGOUT
@@ -1,4 +1,3 @@
-
P_LAST_LOGOUT
*************
diff --git a/doc/props/P_LAST_MOVE b/doc/props/P_LAST_MOVE
index f6c974a..bee92ba 100644
--- a/doc/props/P_LAST_MOVE
+++ b/doc/props/P_LAST_MOVE
@@ -1,4 +1,3 @@
-
P_LAST_MOVE
***********
diff --git a/doc/props/P_LAST_USE b/doc/props/P_LAST_USE
index 57519c9..4381746 100644
--- a/doc/props/P_LAST_USE
+++ b/doc/props/P_LAST_USE
@@ -1,4 +1,3 @@
-
P_LAST_USE
**********
diff --git a/doc/props/P_LAST_WEAR_ACTION b/doc/props/P_LAST_WEAR_ACTION
index 5531955..0e89137 100644
--- a/doc/props/P_LAST_WEAR_ACTION
+++ b/doc/props/P_LAST_WEAR_ACTION
@@ -1,4 +1,3 @@
-
P_LAST_WEAR_ACTION
******************
diff --git a/doc/props/P_LAST_XP b/doc/props/P_LAST_XP
index c31a8b4..2a749ca 100644
--- a/doc/props/P_LAST_XP
+++ b/doc/props/P_LAST_XP
@@ -1,4 +1,3 @@
-
P_LAST_XP
*********
diff --git a/doc/props/P_LEAVECMDS b/doc/props/P_LEAVECMDS
index 5b0e03c..d60aa76 100644
--- a/doc/props/P_LEAVECMDS
+++ b/doc/props/P_LEAVECMDS
@@ -1,4 +1,3 @@
-
P_LEAVECMDS
***********
diff --git a/doc/props/P_LEAVEFAIL b/doc/props/P_LEAVEFAIL
index d18fccd..ab45c5a 100644
--- a/doc/props/P_LEAVEFAIL
+++ b/doc/props/P_LEAVEFAIL
@@ -1,4 +1,3 @@
-
P_LEAVEFAIL
***********
diff --git a/doc/props/P_LEAVEMSG b/doc/props/P_LEAVEMSG
index 09359e6..efe1fd4 100644
--- a/doc/props/P_LEAVEMSG
+++ b/doc/props/P_LEAVEMSG
@@ -1,4 +1,3 @@
-
P_LEAVEMSG
**********
diff --git a/doc/props/P_LEP b/doc/props/P_LEP
index dbcea68..4bdcb92 100644
--- a/doc/props/P_LEP
+++ b/doc/props/P_LEP
@@ -1,4 +1,3 @@
-
P_LEP
*****
diff --git a/doc/props/P_LEVEL b/doc/props/P_LEVEL
index 709576d..6b85b18 100644
--- a/doc/props/P_LEVEL
+++ b/doc/props/P_LEVEL
@@ -1,4 +1,3 @@
-
P_LEVEL
*******
diff --git a/doc/props/P_LIFETIME b/doc/props/P_LIFETIME
index 4c76f14..d377ad2 100644
--- a/doc/props/P_LIFETIME
+++ b/doc/props/P_LIFETIME
@@ -1,4 +1,3 @@
-
P_LIFETIME
**********
diff --git a/doc/props/P_LIGHT b/doc/props/P_LIGHT
index a9c317f..145527f 100644
--- a/doc/props/P_LIGHT
+++ b/doc/props/P_LIGHT
@@ -1,4 +1,3 @@
-
P_LIGHT
*******
diff --git a/doc/props/P_LIGHTDESC b/doc/props/P_LIGHTDESC
index e8c52d1..ed0d07b 100644
--- a/doc/props/P_LIGHTDESC
+++ b/doc/props/P_LIGHTDESC
@@ -1,4 +1,3 @@
-
P_LIGHTDESC
***********
diff --git a/doc/props/P_LIGHTED b/doc/props/P_LIGHTED
index 31d7709..af124bb 100644
--- a/doc/props/P_LIGHTED
+++ b/doc/props/P_LIGHTED
@@ -1,4 +1,3 @@
-
P_LIGHTED
*********
diff --git a/doc/props/P_LIGHT_ABSORPTION b/doc/props/P_LIGHT_ABSORPTION
index 4443a98..d400120 100644
--- a/doc/props/P_LIGHT_ABSORPTION
+++ b/doc/props/P_LIGHT_ABSORPTION
@@ -1,4 +1,3 @@
-
P_LIGHT_ABSORPTION
******************
diff --git a/doc/props/P_LIGHT_MODIFIER b/doc/props/P_LIGHT_MODIFIER
index c7741ee..1b48180 100644
--- a/doc/props/P_LIGHT_MODIFIER
+++ b/doc/props/P_LIGHT_MODIFIER
@@ -1,4 +1,3 @@
-
P_LIGHT_MODIFIER
****************
diff --git a/doc/props/P_LIGHT_TRANSPARENCY b/doc/props/P_LIGHT_TRANSPARENCY
index 42d0d13..5dca2c4 100644
--- a/doc/props/P_LIGHT_TRANSPARENCY
+++ b/doc/props/P_LIGHT_TRANSPARENCY
@@ -1,4 +1,3 @@
-
P_LIGHT_TRANSPARENCY
********************
diff --git a/doc/props/P_LIGHT_TYPE b/doc/props/P_LIGHT_TYPE
index 120cbc4..aa3723b 100644
--- a/doc/props/P_LIGHT_TYPE
+++ b/doc/props/P_LIGHT_TYPE
@@ -1,4 +1,3 @@
-
P_LIGHT_TYPE
************
diff --git a/doc/props/P_LIQUID b/doc/props/P_LIQUID
index 55672bb..73cda9b 100644
--- a/doc/props/P_LIQUID
+++ b/doc/props/P_LIQUID
@@ -1,4 +1,3 @@
-
P_LIQUID
********
diff --git a/doc/props/P_LOCALCMDS b/doc/props/P_LOCALCMDS
index 02a3c2a..f0e24b5 100644
--- a/doc/props/P_LOCALCMDS
+++ b/doc/props/P_LOCALCMDS
@@ -1,4 +1,3 @@
-
P_LOCALCMDS
***********
diff --git a/doc/props/P_LOCATION b/doc/props/P_LOCATION
index cf2ed6c..814af57 100644
--- a/doc/props/P_LOCATION
+++ b/doc/props/P_LOCATION
@@ -1,4 +1,3 @@
-
P_LOCATION
**********
diff --git a/doc/props/P_LOG_INFO b/doc/props/P_LOG_INFO
index 0ed186d..9a17107 100644
--- a/doc/props/P_LOG_INFO
+++ b/doc/props/P_LOG_INFO
@@ -1,4 +1,3 @@
-
P_LOG_INFO
**********
diff --git a/doc/props/P_LONG b/doc/props/P_LONG
index bad7968..c687595 100644
--- a/doc/props/P_LONG
+++ b/doc/props/P_LONG
@@ -1,4 +1,3 @@
-
P_LONG
******
diff --git a/doc/props/P_LONG_EMPTY b/doc/props/P_LONG_EMPTY
index cac74e0..006f9af 100644
--- a/doc/props/P_LONG_EMPTY
+++ b/doc/props/P_LONG_EMPTY
@@ -1,4 +1,3 @@
-
P_LONG_EMPTY
************
diff --git a/doc/props/P_LONG_FULL b/doc/props/P_LONG_FULL
index 7de6081..cb8a670 100644
--- a/doc/props/P_LONG_FULL
+++ b/doc/props/P_LONG_FULL
@@ -1,4 +1,3 @@
-
P_LONG_FULL
***********
diff --git a/doc/props/P_MAGIC b/doc/props/P_MAGIC
index 8994533..db11dc7 100644
--- a/doc/props/P_MAGIC
+++ b/doc/props/P_MAGIC
@@ -1,4 +1,3 @@
-
P_MAGIC
*******
diff --git a/doc/props/P_MAGIC_RESISTANCE_OFFSET b/doc/props/P_MAGIC_RESISTANCE_OFFSET
index 111b94e..ae21e4f 100644
--- a/doc/props/P_MAGIC_RESISTANCE_OFFSET
+++ b/doc/props/P_MAGIC_RESISTANCE_OFFSET
@@ -1,4 +1,3 @@
-
P_MAGIC_RESISTANCE_OFFSET
*************************
diff --git a/doc/props/P_MAILADDR b/doc/props/P_MAILADDR
index 32556a7..bf26f3d 100644
--- a/doc/props/P_MAILADDR
+++ b/doc/props/P_MAILADDR
@@ -1,4 +1,3 @@
-
P_MAILADDR
**********
diff --git a/doc/props/P_MAP_RESTRICTIONS b/doc/props/P_MAP_RESTRICTIONS
index ee9e620..5eb5565 100644
--- a/doc/props/P_MAP_RESTRICTIONS
+++ b/doc/props/P_MAP_RESTRICTIONS
@@ -1,4 +1,3 @@
-
P_MAP_RESTRICTIONS
******************
diff --git a/doc/props/P_MARRIED b/doc/props/P_MARRIED
index 7cafa6f..521d02f 100644
--- a/doc/props/P_MARRIED
+++ b/doc/props/P_MARRIED
@@ -1,4 +1,3 @@
-
P_MARRIED
*********
diff --git a/doc/props/P_MATERIAL b/doc/props/P_MATERIAL
index 4ea4032..9a5358a 100644
--- a/doc/props/P_MATERIAL
+++ b/doc/props/P_MATERIAL
@@ -1,4 +1,3 @@
-
P_MATERIAL
**********
diff --git a/doc/props/P_MATERIAL_KNOWLEDGE b/doc/props/P_MATERIAL_KNOWLEDGE
index 0694fef..366da3b 100644
--- a/doc/props/P_MATERIAL_KNOWLEDGE
+++ b/doc/props/P_MATERIAL_KNOWLEDGE
@@ -1,4 +1,3 @@
-
P_MATERIAL_KNOWLEDGE
********************
diff --git a/doc/props/P_MAX_ALCOHOL b/doc/props/P_MAX_ALCOHOL
index 2c0f17c..2338927 100644
--- a/doc/props/P_MAX_ALCOHOL
+++ b/doc/props/P_MAX_ALCOHOL
@@ -1,4 +1,3 @@
-
P_MAX_ALCOHOL
*************
diff --git a/doc/props/P_MAX_DRINK b/doc/props/P_MAX_DRINK
index 0c5b05d..ff51add 100644
--- a/doc/props/P_MAX_DRINK
+++ b/doc/props/P_MAX_DRINK
@@ -1,4 +1,3 @@
-
P_MAX_DRINK
***********
diff --git a/doc/props/P_MAX_FOOD b/doc/props/P_MAX_FOOD
index 2643b42..dd64639 100644
--- a/doc/props/P_MAX_FOOD
+++ b/doc/props/P_MAX_FOOD
@@ -1,4 +1,3 @@
-
P_MAX_FOOD
**********
diff --git a/doc/props/P_MAX_HANDS b/doc/props/P_MAX_HANDS
index 4c65afa..c3956b5 100644
--- a/doc/props/P_MAX_HANDS
+++ b/doc/props/P_MAX_HANDS
@@ -1,4 +1,3 @@
-
P_MAX_HANDS
***********
diff --git a/doc/props/P_MAX_HP b/doc/props/P_MAX_HP
index 6534adb..00f7522 100644
--- a/doc/props/P_MAX_HP
+++ b/doc/props/P_MAX_HP
@@ -1,4 +1,3 @@
-
P_MAX_HP
********
diff --git a/doc/props/P_MAX_OBJECTS b/doc/props/P_MAX_OBJECTS
index 68c008f..4c7d0a8 100644
--- a/doc/props/P_MAX_OBJECTS
+++ b/doc/props/P_MAX_OBJECTS
@@ -1,4 +1,3 @@
-
P_MAX_OBJECTS
*************
diff --git a/doc/props/P_MAX_PASSENGERS b/doc/props/P_MAX_PASSENGERS
index 32e5f27..77735c8 100644
--- a/doc/props/P_MAX_PASSENGERS
+++ b/doc/props/P_MAX_PASSENGERS
@@ -1,4 +1,3 @@
-
P_MAX_PASSENGERS
****************
diff --git a/doc/props/P_MAX_POISON b/doc/props/P_MAX_POISON
index 17302c3..827625a 100644
--- a/doc/props/P_MAX_POISON
+++ b/doc/props/P_MAX_POISON
@@ -1,4 +1,3 @@
-
P_MAX_POISON
************
diff --git a/doc/props/P_MAX_SP b/doc/props/P_MAX_SP
index 84f788c..01fd223 100644
--- a/doc/props/P_MAX_SP
+++ b/doc/props/P_MAX_SP
@@ -1,4 +1,3 @@
-
P_MAX_SP
********
diff --git a/doc/props/P_MAX_WEIGHT b/doc/props/P_MAX_WEIGHT
index abd0942..b2fba43 100644
--- a/doc/props/P_MAX_WEIGHT
+++ b/doc/props/P_MAX_WEIGHT
@@ -1,4 +1,3 @@
-
P_MAX_WEIGHT
************
diff --git a/doc/props/P_MESSAGE_BEEP b/doc/props/P_MESSAGE_BEEP
index 6ecf718..583650c 100644
--- a/doc/props/P_MESSAGE_BEEP
+++ b/doc/props/P_MESSAGE_BEEP
@@ -1,4 +1,3 @@
-
P_MESSAGE_BEEP
**************
@@ -18,21 +17,19 @@
BESCHREIBUNG
============
- Wertebereich: int=0..3600 (Sekunden)
- Wenn gesetzt wird in der Kommunikation des Spielers in den angegebenen
- Zeitraeumen ein Signalton ausgegeben. Wird in player/comm.c in comm_beep()
- verarbeitet.
- Ausgabe erfolgt nur, wenn P_VISUALBELL nicht gesetzt ist.
- Wird im Spielerobjekt gespeichert!
+ Wertebereich: int=0..3600 (Sekunden) Wenn gesetzt wird in der
+ Kommunikation des Spielers in den angegebenen Zeitraeumen ein
+ Signalton ausgegeben. Wird in player/comm.c in comm_beep()
+ verarbeitet. Ausgabe erfolgt in Abhaengigkeit der Konfiguration in
+ P_ALERT.
+
+ Wird im Spielerobjekt gespeichert und mittels des Kommandos
+ klingelton modifiziert.
SIEHE AUCH
==========
- klingelton, ton, P_VISUALBELL, P_MESSAGE_LAST_BEEP
+ klingelton, ton, P_ALERT
-
-LETZTE AENDERUNG
-================
-
- 16. Mai 2007 Ennox
+Letzte Aenderung: 22.01.2022, Bugfix
diff --git a/doc/props/P_MESSAGE_PREPEND b/doc/props/P_MESSAGE_PREPEND
index be54d65..7a3f67d 100644
--- a/doc/props/P_MESSAGE_PREPEND
+++ b/doc/props/P_MESSAGE_PREPEND
@@ -1,4 +1,3 @@
-
P_MESSAGE_PREPEND
*****************
diff --git a/doc/props/P_MIN_STOCK b/doc/props/P_MIN_STOCK
index 3be8d4e..7dc4b42 100644
--- a/doc/props/P_MIN_STOCK
+++ b/doc/props/P_MIN_STOCK
@@ -1,4 +1,3 @@
-
P_MIN_STOCK
***********
diff --git a/doc/props/P_MMSGIN b/doc/props/P_MMSGIN
index ceb4317..2edbb76 100644
--- a/doc/props/P_MMSGIN
+++ b/doc/props/P_MMSGIN
@@ -1,4 +1,3 @@
-
P_MMSGIN
********
diff --git a/doc/props/P_MMSGOUT b/doc/props/P_MMSGOUT
index d603e18..4095416 100644
--- a/doc/props/P_MMSGOUT
+++ b/doc/props/P_MMSGOUT
@@ -1,4 +1,3 @@
-
P_MMSGOUT
*********
diff --git a/doc/props/P_MSGIN b/doc/props/P_MSGIN
index 6e80220..999b5d4 100644
--- a/doc/props/P_MSGIN
+++ b/doc/props/P_MSGIN
@@ -1,4 +1,3 @@
-
P_MSGIN
*******
diff --git a/doc/props/P_MSGOUT b/doc/props/P_MSGOUT
index 8ed30e0..2a5a77f 100644
--- a/doc/props/P_MSGOUT
+++ b/doc/props/P_MSGOUT
@@ -1,4 +1,3 @@
-
P_MSGOUT
********
diff --git a/doc/props/P_MSG_PROB b/doc/props/P_MSG_PROB
index 5c679a7..f9e709c 100644
--- a/doc/props/P_MSG_PROB
+++ b/doc/props/P_MSG_PROB
@@ -1,4 +1,3 @@
-
P_MSG_PROB
**********
diff --git a/doc/props/P_MUD_NEWBIE b/doc/props/P_MUD_NEWBIE
index 71801eb..4f18701 100644
--- a/doc/props/P_MUD_NEWBIE
+++ b/doc/props/P_MUD_NEWBIE
@@ -1,4 +1,3 @@
-
P_MUD_NEWBIE
************
diff --git a/doc/props/P_MURDER_MSG b/doc/props/P_MURDER_MSG
index c565cfa..bff6753 100644
--- a/doc/props/P_MURDER_MSG
+++ b/doc/props/P_MURDER_MSG
@@ -1,4 +1,3 @@
-
P_MURDER_MSG
************
diff --git a/doc/props/P_M_ATTR_MOD b/doc/props/P_M_ATTR_MOD
index d279484..da7cad4 100644
--- a/doc/props/P_M_ATTR_MOD
+++ b/doc/props/P_M_ATTR_MOD
@@ -1,4 +1,3 @@
-
P_M_ATTR_MOD
************
diff --git a/doc/props/P_M_HEALTH_MOD b/doc/props/P_M_HEALTH_MOD
index cdc3fd4..458ce83 100644
--- a/doc/props/P_M_HEALTH_MOD
+++ b/doc/props/P_M_HEALTH_MOD
@@ -1,4 +1,3 @@
-
P_M_HEALTH_MOD
**************
diff --git a/doc/props/P_NAME b/doc/props/P_NAME
index 1fdc261..92154f4 100644
--- a/doc/props/P_NAME
+++ b/doc/props/P_NAME
@@ -1,4 +1,3 @@
-
P_NAME
******
diff --git a/doc/props/P_NAME_ADJ b/doc/props/P_NAME_ADJ
index c4cc4a4..127045b 100644
--- a/doc/props/P_NAME_ADJ
+++ b/doc/props/P_NAME_ADJ
@@ -1,4 +1,3 @@
-
P_NAME_ADJ
**********
diff --git a/doc/props/P_NEEDED_QP b/doc/props/P_NEEDED_QP
index 2df4c78..b3a5b01 100644
--- a/doc/props/P_NEEDED_QP
+++ b/doc/props/P_NEEDED_QP
@@ -1,4 +1,3 @@
-
P_NEEDED_QP
***********
diff --git a/doc/props/P_NETDEAD_ENV b/doc/props/P_NETDEAD_ENV
index 2e46f5d..2e590a8 100644
--- a/doc/props/P_NETDEAD_ENV
+++ b/doc/props/P_NETDEAD_ENV
@@ -1,4 +1,3 @@
-
P_NETDEAD_ENV
*************
diff --git a/doc/props/P_NETDEAD_INFO b/doc/props/P_NETDEAD_INFO
index fe96ac6..10ed5e8 100644
--- a/doc/props/P_NETDEAD_INFO
+++ b/doc/props/P_NETDEAD_INFO
@@ -1,4 +1,3 @@
-
P_NETDEAD_INFO
**************
diff --git a/doc/props/P_NEVERDROP b/doc/props/P_NEVERDROP
index 468bcc6..d46cb3a 100644
--- a/doc/props/P_NEVERDROP
+++ b/doc/props/P_NEVERDROP
@@ -1,4 +1,3 @@
-
P_NEVERDROP
***********
diff --git a/doc/props/P_NEVER_CLEAN b/doc/props/P_NEVER_CLEAN
index fc568ff..f55aac4 100644
--- a/doc/props/P_NEVER_CLEAN
+++ b/doc/props/P_NEVER_CLEAN
@@ -1,4 +1,3 @@
-
P_NEVER_CLEAN
*************
diff --git a/doc/props/P_NEWBIE_GUIDE b/doc/props/P_NEWBIE_GUIDE
index c4491cd..a5e69b9 100644
--- a/doc/props/P_NEWBIE_GUIDE
+++ b/doc/props/P_NEWBIE_GUIDE
@@ -1,4 +1,3 @@
-
P_NEWBIE_GUIDE
**************
diff --git a/doc/props/P_NEWSKILLS b/doc/props/P_NEWSKILLS
index 7cb61c7..dc30cee 100644
--- a/doc/props/P_NEWSKILLS
+++ b/doc/props/P_NEWSKILLS
@@ -1,4 +1,3 @@
-
P_NEWSKILLS
***********
diff --git a/doc/props/P_NEXT_DEATH_SEQUENCE b/doc/props/P_NEXT_DEATH_SEQUENCE
index 6992a32..5e195aa 100644
--- a/doc/props/P_NEXT_DEATH_SEQUENCE
+++ b/doc/props/P_NEXT_DEATH_SEQUENCE
@@ -1,4 +1,3 @@
-
P_NEXT_DEATH_SEQUENCE
*********************
diff --git a/doc/props/P_NEXT_DISABLE_ATTACK b/doc/props/P_NEXT_DISABLE_ATTACK
index 6a9eea3..410e56c 100644
--- a/doc/props/P_NEXT_DISABLE_ATTACK
+++ b/doc/props/P_NEXT_DISABLE_ATTACK
@@ -1,4 +1,3 @@
-
P_NEXT_DISABLE_ATTACK
*********************
diff --git a/doc/props/P_NOBUY b/doc/props/P_NOBUY
index 27f6c70..d53a050 100644
--- a/doc/props/P_NOBUY
+++ b/doc/props/P_NOBUY
@@ -1,4 +1,3 @@
-
P_NOBUY
*******
diff --git a/doc/props/P_NOCORPSE b/doc/props/P_NOCORPSE
index 15d5de2..a7caa9e 100644
--- a/doc/props/P_NOCORPSE
+++ b/doc/props/P_NOCORPSE
@@ -1,4 +1,3 @@
-
P_NOCORPSE
**********
diff --git a/doc/props/P_NODRINK_MSG b/doc/props/P_NODRINK_MSG
index a3407c7..f3f0f81 100644
--- a/doc/props/P_NODRINK_MSG
+++ b/doc/props/P_NODRINK_MSG
@@ -1,4 +1,3 @@
-
P_NODRINK_MSG
*************
diff --git a/doc/props/P_NODROP b/doc/props/P_NODROP
index 786cdea..6eef0aa 100644
--- a/doc/props/P_NODROP
+++ b/doc/props/P_NODROP
@@ -1,4 +1,3 @@
-
P_NODROP
********
diff --git a/doc/props/P_NOFOOD_MSG b/doc/props/P_NOFOOD_MSG
index d195c5e..ebacaa1 100644
--- a/doc/props/P_NOFOOD_MSG
+++ b/doc/props/P_NOFOOD_MSG
@@ -1,4 +1,3 @@
-
P_NOFOOD_MSG
************
diff --git a/doc/props/P_NOGET b/doc/props/P_NOGET
index a6e88a6..f73b69a 100644
--- a/doc/props/P_NOGET
+++ b/doc/props/P_NOGET
@@ -1,4 +1,3 @@
-
P_NOGET
*******
diff --git a/doc/props/P_NOINSERT_MSG b/doc/props/P_NOINSERT_MSG
index de7d8e8..83410e8 100644
--- a/doc/props/P_NOINSERT_MSG
+++ b/doc/props/P_NOINSERT_MSG
@@ -1,4 +1,3 @@
-
P_NOINSERT_MSG
**************
diff --git a/doc/props/P_NOLEAVE_MSG b/doc/props/P_NOLEAVE_MSG
index d2cd164..2f80b17 100644
--- a/doc/props/P_NOLEAVE_MSG
+++ b/doc/props/P_NOLEAVE_MSG
@@ -1,4 +1,3 @@
-
P_NOLEAVE_MSG
*************
diff --git a/doc/props/P_NOMAGIC b/doc/props/P_NOMAGIC
index 94f8a1d..8d36759 100644
--- a/doc/props/P_NOMAGIC
+++ b/doc/props/P_NOMAGIC
@@ -1,4 +1,3 @@
-
P_NOMAGIC
*********
diff --git a/doc/props/P_NOSELL b/doc/props/P_NOSELL
index 6141be3..c63756d 100644
--- a/doc/props/P_NOSELL
+++ b/doc/props/P_NOSELL
@@ -1,4 +1,3 @@
-
P_NOSELL
********
diff --git a/doc/props/P_NO_ASCII_ART b/doc/props/P_NO_ASCII_ART
index 420aca0..b3d109c 100644
--- a/doc/props/P_NO_ASCII_ART
+++ b/doc/props/P_NO_ASCII_ART
@@ -1,4 +1,3 @@
-
P_NO_ASCII_ART
**************
diff --git a/doc/props/P_NO_ATTACK b/doc/props/P_NO_ATTACK
index 9ca4c95..6a4b647 100644
--- a/doc/props/P_NO_ATTACK
+++ b/doc/props/P_NO_ATTACK
@@ -1,4 +1,3 @@
-
P_NO_ATTACK
***********
diff --git a/doc/props/P_NO_BAD b/doc/props/P_NO_BAD
index ae2adf2..49d85c7 100644
--- a/doc/props/P_NO_BAD
+++ b/doc/props/P_NO_BAD
@@ -1,4 +1,3 @@
-
P_NO_BAD
********
diff --git a/doc/props/P_NO_GLOBAL_ATTACK b/doc/props/P_NO_GLOBAL_ATTACK
index 962186c..162a1fb 100644
--- a/doc/props/P_NO_GLOBAL_ATTACK
+++ b/doc/props/P_NO_GLOBAL_ATTACK
@@ -1,4 +1,3 @@
-
P_NO_GLOBAL_ATTACK
******************
diff --git a/doc/props/P_NO_PARA_TRANS b/doc/props/P_NO_PARA_TRANS
index 4eed785..08fc7e1 100644
--- a/doc/props/P_NO_PARA_TRANS
+++ b/doc/props/P_NO_PARA_TRANS
@@ -1,4 +1,3 @@
-
P_NO_PARA_TRANS
***************
diff --git a/doc/props/P_NO_PLAYERS b/doc/props/P_NO_PLAYERS
index 3cc88c1..ee7f1ef 100644
--- a/doc/props/P_NO_PLAYERS
+++ b/doc/props/P_NO_PLAYERS
@@ -1,4 +1,3 @@
-
P_NO_PLAYERS
************
diff --git a/doc/props/P_NO_REGENERATION b/doc/props/P_NO_REGENERATION
index cc672e3..7b9813f 100644
--- a/doc/props/P_NO_REGENERATION
+++ b/doc/props/P_NO_REGENERATION
@@ -1,4 +1,3 @@
-
P_NO_REGENERATION
*****************
diff --git a/doc/props/P_NO_SCORE b/doc/props/P_NO_SCORE
index 49cfee5..7ad7dbb 100644
--- a/doc/props/P_NO_SCORE
+++ b/doc/props/P_NO_SCORE
@@ -1,4 +1,3 @@
-
P_NO_SCORE
**********
diff --git a/doc/props/P_NO_STD_DRINK b/doc/props/P_NO_STD_DRINK
index f8c2f33..5796811 100644
--- a/doc/props/P_NO_STD_DRINK
+++ b/doc/props/P_NO_STD_DRINK
@@ -1,4 +1,3 @@
-
P_NO_STD_DRINK
**************
diff --git a/doc/props/P_NO_TPORT b/doc/props/P_NO_TPORT
index 1c6de77..5cdb279 100644
--- a/doc/props/P_NO_TPORT
+++ b/doc/props/P_NO_TPORT
@@ -1,4 +1,3 @@
-
P_NO_TPORT
**********
diff --git a/doc/props/P_NO_TRAVELING b/doc/props/P_NO_TRAVELING
index cd1073a..0acfa9b 100644
--- a/doc/props/P_NO_TRAVELING
+++ b/doc/props/P_NO_TRAVELING
@@ -1,4 +1,3 @@
-
P_NO_TRAVELING
**************
diff --git a/doc/props/P_NO_XP b/doc/props/P_NO_XP
index b16c4ab..751a110 100644
--- a/doc/props/P_NO_XP
+++ b/doc/props/P_NO_XP
@@ -1,4 +1,3 @@
-
P_NO_XP
*******
diff --git a/doc/props/P_NPC b/doc/props/P_NPC
index 60651d8..ce41af6 100644
--- a/doc/props/P_NPC
+++ b/doc/props/P_NPC
@@ -1,4 +1,3 @@
-
P_NPC
*****
diff --git a/doc/props/P_NPC_FASTHEAL b/doc/props/P_NPC_FASTHEAL
index 3c358ef..0000142 100644
--- a/doc/props/P_NPC_FASTHEAL
+++ b/doc/props/P_NPC_FASTHEAL
@@ -1,4 +1,3 @@
-
P_NPC_FASTHEAL
**************
diff --git a/doc/props/P_NR_HANDS b/doc/props/P_NR_HANDS
index 51625da..4580372 100644
--- a/doc/props/P_NR_HANDS
+++ b/doc/props/P_NR_HANDS
@@ -1,4 +1,3 @@
-
P_NR_HANDS
**********
diff --git a/doc/props/P_ORAKEL b/doc/props/P_ORAKEL
index 773a80d..8ac30c0 100644
--- a/doc/props/P_ORAKEL
+++ b/doc/props/P_ORAKEL
@@ -1,4 +1,3 @@
-
P_ORAKEL
********
diff --git a/doc/props/P_ORIG_FILE_NAME b/doc/props/P_ORIG_FILE_NAME
index 53243c2..33bfcfc 100644
--- a/doc/props/P_ORIG_FILE_NAME
+++ b/doc/props/P_ORIG_FILE_NAME
@@ -1,4 +1,3 @@
-
P_ORIG_FILE_NAME
****************
diff --git a/doc/props/P_ORIG_NAME b/doc/props/P_ORIG_NAME
index e44a06d..d9024eb 100644
--- a/doc/props/P_ORIG_NAME
+++ b/doc/props/P_ORIG_NAME
@@ -1,4 +1,3 @@
-
P_ORIG_NAME
***********
diff --git a/doc/props/P_PARA b/doc/props/P_PARA
index 0a7f416..c706c99 100644
--- a/doc/props/P_PARA
+++ b/doc/props/P_PARA
@@ -1,4 +1,3 @@
-
P_PARA
******
diff --git a/doc/props/P_PARRY b/doc/props/P_PARRY
index 40ddecd..e753bd6 100644
--- a/doc/props/P_PARRY
+++ b/doc/props/P_PARRY
@@ -1,4 +1,3 @@
-
P_PARRY
*******
diff --git a/doc/props/P_PARRY_WEAPON b/doc/props/P_PARRY_WEAPON
index 9ee60aa..55a8c5a 100644
--- a/doc/props/P_PARRY_WEAPON
+++ b/doc/props/P_PARRY_WEAPON
@@ -1,4 +1,3 @@
-
P_PARRY_WEAPON
**************
diff --git a/doc/props/P_PEACE_HISTORY b/doc/props/P_PEACE_HISTORY
index 40cb88f..2625e03 100644
--- a/doc/props/P_PEACE_HISTORY
+++ b/doc/props/P_PEACE_HISTORY
@@ -1,4 +1,3 @@
-
P_PEACE_HISTORY
***************
diff --git a/doc/props/P_PERM_STRING b/doc/props/P_PERM_STRING
index 373c516..50ae361 100644
--- a/doc/props/P_PERM_STRING
+++ b/doc/props/P_PERM_STRING
@@ -1,4 +1,3 @@
-
P_PERM_STRING
*************
diff --git a/doc/props/P_PICK_MSG b/doc/props/P_PICK_MSG
index 76b2760..6adc0ee 100644
--- a/doc/props/P_PICK_MSG
+++ b/doc/props/P_PICK_MSG
@@ -1,4 +1,3 @@
-
P_PICK_MSG
**********
diff --git a/doc/props/P_PILE_NAME b/doc/props/P_PILE_NAME
index edb0123..2e22a82 100644
--- a/doc/props/P_PILE_NAME
+++ b/doc/props/P_PILE_NAME
@@ -1,4 +1,3 @@
-
P_PILE_NAME
***********
diff --git a/doc/props/P_PLAYER_LIGHT b/doc/props/P_PLAYER_LIGHT
index ce0c22d..488fa27 100644
--- a/doc/props/P_PLAYER_LIGHT
+++ b/doc/props/P_PLAYER_LIGHT
@@ -1,4 +1,3 @@
-
P_PLAYER_LIGHT
**************
diff --git a/doc/props/P_PLURAL b/doc/props/P_PLURAL
index eed829f..9ca678a 100644
--- a/doc/props/P_PLURAL
+++ b/doc/props/P_PLURAL
@@ -1,4 +1,3 @@
-
P_PLURAL
********
diff --git a/doc/props/P_POISON b/doc/props/P_POISON
index fb791e3..9054346 100644
--- a/doc/props/P_POISON
+++ b/doc/props/P_POISON
@@ -1,4 +1,3 @@
-
P_POISON
********
diff --git a/doc/props/P_POISON_DELAY b/doc/props/P_POISON_DELAY
index eab7c2a..2ddb1fc 100644
--- a/doc/props/P_POISON_DELAY
+++ b/doc/props/P_POISON_DELAY
@@ -1,4 +1,3 @@
-
P_POISON_DELAY
**************
diff --git a/doc/props/P_PORTIONS b/doc/props/P_PORTIONS
index a6bdf16..ed2e96c 100644
--- a/doc/props/P_PORTIONS
+++ b/doc/props/P_PORTIONS
@@ -1,4 +1,3 @@
-
P_PORTIONS
**********
diff --git a/doc/props/P_POST b/doc/props/P_POST
index 975a884..1361dda 100644
--- a/doc/props/P_POST
+++ b/doc/props/P_POST
@@ -1,4 +1,3 @@
-
P_POST
******
diff --git a/doc/props/P_POTIONROOMS b/doc/props/P_POTIONROOMS
index 0df158f..d1eaa0f 100644
--- a/doc/props/P_POTIONROOMS
+++ b/doc/props/P_POTIONROOMS
@@ -1,4 +1,3 @@
-
P_POTIONROOMS
*************
diff --git a/doc/props/P_PRAY_ROOM b/doc/props/P_PRAY_ROOM
index ad0a469..e583589 100644
--- a/doc/props/P_PRAY_ROOM
+++ b/doc/props/P_PRAY_ROOM
@@ -1,4 +1,3 @@
-
P_PRAY_ROOM
***********
diff --git a/doc/props/P_PREFERED_ENEMY b/doc/props/P_PREFERED_ENEMY
index 6b629aa..2e83b12 100644
--- a/doc/props/P_PREFERED_ENEMY
+++ b/doc/props/P_PREFERED_ENEMY
@@ -1,4 +1,3 @@
-
P_PREFERED_ENEMY
****************
diff --git a/doc/props/P_PREPARED_SPELL b/doc/props/P_PREPARED_SPELL
index 6340909..157a7eb 100644
--- a/doc/props/P_PREPARED_SPELL
+++ b/doc/props/P_PREPARED_SPELL
@@ -1,4 +1,3 @@
-
P_PREPARED_SPELL
****************
diff --git a/doc/props/P_PRESAY b/doc/props/P_PRESAY
index 1580b5e..7a41b69 100644
--- a/doc/props/P_PRESAY
+++ b/doc/props/P_PRESAY
@@ -1,4 +1,3 @@
-
P_PRESAY
********
diff --git a/doc/props/P_PREVENT_PILE b/doc/props/P_PREVENT_PILE
index 1ad6807..db1f622 100644
--- a/doc/props/P_PREVENT_PILE
+++ b/doc/props/P_PREVENT_PILE
@@ -1,4 +1,3 @@
-
P_PREVENT_PILE
**************
diff --git a/doc/props/P_PRE_INFO b/doc/props/P_PRE_INFO
index 12bec6a..acfd463 100644
--- a/doc/props/P_PRE_INFO
+++ b/doc/props/P_PRE_INFO
@@ -1,4 +1,3 @@
-
P_PRE_INFO
**********
diff --git a/doc/props/P_PROMPT b/doc/props/P_PROMPT
index 267437e..addf760 100644
--- a/doc/props/P_PROMPT
+++ b/doc/props/P_PROMPT
@@ -1,4 +1,3 @@
-
P_PROMPT
********
diff --git a/doc/props/P_PUB_NOT_ON_MENU b/doc/props/P_PUB_NOT_ON_MENU
index 8618009..3616340 100644
--- a/doc/props/P_PUB_NOT_ON_MENU
+++ b/doc/props/P_PUB_NOT_ON_MENU
@@ -1,4 +1,3 @@
-
P_PUB_NOT_ON_MENU
*****************
diff --git a/doc/props/P_PUB_NO_KEEPER b/doc/props/P_PUB_NO_KEEPER
index 55c4230..2c19cf6 100644
--- a/doc/props/P_PUB_NO_KEEPER
+++ b/doc/props/P_PUB_NO_KEEPER
@@ -1,4 +1,3 @@
-
P_PUB_NO_KEEPER
***************
diff --git a/doc/props/P_PUB_NO_MONEY b/doc/props/P_PUB_NO_MONEY
index 9510b07..5a02eba 100644
--- a/doc/props/P_PUB_NO_MONEY
+++ b/doc/props/P_PUB_NO_MONEY
@@ -1,4 +1,3 @@
-
P_PUB_NO_MONEY
**************
diff --git a/doc/props/P_PUB_UNAVAILABLE b/doc/props/P_PUB_UNAVAILABLE
index 7eaede7..5d59a19 100644
--- a/doc/props/P_PUB_UNAVAILABLE
+++ b/doc/props/P_PUB_UNAVAILABLE
@@ -1,4 +1,3 @@
-
P_PUB_UNAVAILABLE
*****************
diff --git a/doc/props/P_PURSUERS b/doc/props/P_PURSUERS
index 1b0a72a..6e3f58e 100644
--- a/doc/props/P_PURSUERS
+++ b/doc/props/P_PURSUERS
@@ -1,4 +1,3 @@
-
_PURSUERS
*********
diff --git a/doc/props/P_PUT_MSG b/doc/props/P_PUT_MSG
index 65624ce..8415fda 100644
--- a/doc/props/P_PUT_MSG
+++ b/doc/props/P_PUT_MSG
@@ -1,4 +1,3 @@
-
P_PUT_MSG
*********
diff --git a/doc/props/P_QP b/doc/props/P_QP
index 9840586..2a96a32 100644
--- a/doc/props/P_QP
+++ b/doc/props/P_QP
@@ -1,4 +1,3 @@
-
P_QP
****
diff --git a/doc/props/P_QUALITY b/doc/props/P_QUALITY
index a103eaf..7550264 100644
--- a/doc/props/P_QUALITY
+++ b/doc/props/P_QUALITY
@@ -1,4 +1,3 @@
-
P_QUALITY
*********
diff --git a/doc/props/P_QUESTS b/doc/props/P_QUESTS
index 84fe435..6e47534 100644
--- a/doc/props/P_QUESTS
+++ b/doc/props/P_QUESTS
@@ -1,4 +1,3 @@
-
P_QUESTS
********
diff --git a/doc/props/P_QUEST_ITEM b/doc/props/P_QUEST_ITEM
index 135954b..af36670 100644
--- a/doc/props/P_QUEST_ITEM
+++ b/doc/props/P_QUEST_ITEM
@@ -1,4 +1,3 @@
-
P_QUEST_ITEM
************
diff --git a/doc/props/P_RACE b/doc/props/P_RACE
index 1c61e7a..dbb1ed7 100644
--- a/doc/props/P_RACE
+++ b/doc/props/P_RACE
@@ -1,4 +1,3 @@
-
P_RACE
******
diff --git a/doc/props/P_RACESTRING b/doc/props/P_RACESTRING
index 2a13577..4214f9a 100644
--- a/doc/props/P_RACESTRING
+++ b/doc/props/P_RACESTRING
@@ -1,4 +1,3 @@
-
P_RACESTRING
************
diff --git a/doc/props/P_RACE_DESCRIPTION b/doc/props/P_RACE_DESCRIPTION
index ca1f576..5a8a28e 100644
--- a/doc/props/P_RACE_DESCRIPTION
+++ b/doc/props/P_RACE_DESCRIPTION
@@ -1,4 +1,3 @@
-
P_RACE_DESCRIPTION
******************
diff --git a/doc/props/P_RANGE b/doc/props/P_RANGE
index 2fabc63..b97d2dc 100644
--- a/doc/props/P_RANGE
+++ b/doc/props/P_RANGE
@@ -1,4 +1,3 @@
-
P_RANGE
*******
diff --git a/doc/props/P_READ_DETAILS b/doc/props/P_READ_DETAILS
index 06a7598..e89da82 100644
--- a/doc/props/P_READ_DETAILS
+++ b/doc/props/P_READ_DETAILS
@@ -1,4 +1,3 @@
-
P_READ_DETAILS
**************
diff --git a/doc/props/P_READ_NEWS b/doc/props/P_READ_NEWS
index 8c69c89..d5cca1b 100644
--- a/doc/props/P_READ_NEWS
+++ b/doc/props/P_READ_NEWS
@@ -1,4 +1,3 @@
-
P_READ_NEWS
***********
diff --git a/doc/props/P_REAL_RACE b/doc/props/P_REAL_RACE
index 713ceb3..b4f1f38 100644
--- a/doc/props/P_REAL_RACE
+++ b/doc/props/P_REAL_RACE
@@ -1,4 +1,3 @@
-
P_REAL_RACE
***********
diff --git a/doc/props/P_REFERENCE_OBJECT b/doc/props/P_REFERENCE_OBJECT
index 9187a49..7ebf41a 100644
--- a/doc/props/P_REFERENCE_OBJECT
+++ b/doc/props/P_REFERENCE_OBJECT
@@ -1,4 +1,3 @@
-
P_REFERENCE_OBJECT
******************
diff --git a/doc/props/P_REJECT b/doc/props/P_REJECT
index 072bdab..e9f924d 100644
--- a/doc/props/P_REJECT
+++ b/doc/props/P_REJECT
@@ -1,4 +1,3 @@
-
P_REJECT
********
diff --git a/doc/props/P_REMOVE_FUNC b/doc/props/P_REMOVE_FUNC
index f5c2232..63cdf94 100644
--- a/doc/props/P_REMOVE_FUNC
+++ b/doc/props/P_REMOVE_FUNC
@@ -1,4 +1,3 @@
-
P_REMOVE_FUNC
*************
diff --git a/doc/props/P_REMOVE_MSG b/doc/props/P_REMOVE_MSG
index 78a1357..e642953 100644
--- a/doc/props/P_REMOVE_MSG
+++ b/doc/props/P_REMOVE_MSG
@@ -1,4 +1,3 @@
-
P_REMOVE_MSG
************
diff --git a/doc/props/P_RESET_LIFETIME b/doc/props/P_RESET_LIFETIME
index bbd4bbe..9b4401c 100644
--- a/doc/props/P_RESET_LIFETIME
+++ b/doc/props/P_RESET_LIFETIME
@@ -1,4 +1,3 @@
-
P_RESET_LIFETIME
****************
diff --git a/doc/props/P_RESISTANCE b/doc/props/P_RESISTANCE
index 48e476f..c0b6f94 100644
--- a/doc/props/P_RESISTANCE
+++ b/doc/props/P_RESISTANCE
@@ -1,4 +1,3 @@
-
P_RESISTANCE
************
diff --git a/doc/props/P_RESISTANCE_MODIFIER b/doc/props/P_RESISTANCE_MODIFIER
index 2a3322e..ca9d4e9 100644
--- a/doc/props/P_RESISTANCE_MODIFIER
+++ b/doc/props/P_RESISTANCE_MODIFIER
@@ -1,4 +1,3 @@
-
P_RESISTANCE_MODIFIER
*********************
diff --git a/doc/props/P_RESISTANCE_STRENGTHS b/doc/props/P_RESISTANCE_STRENGTHS
index 4a93f08..686b706 100644
--- a/doc/props/P_RESISTANCE_STRENGTHS
+++ b/doc/props/P_RESISTANCE_STRENGTHS
@@ -1,4 +1,3 @@
-
P_RESISTANCE_STRENGTHS
**********************
diff --git a/doc/props/P_RESTRICTIONS b/doc/props/P_RESTRICTIONS
index 012ff0a..195a74e 100644
--- a/doc/props/P_RESTRICTIONS
+++ b/doc/props/P_RESTRICTIONS
@@ -1,4 +1,3 @@
-
P_RESTRICTIONS
**************
diff --git a/doc/props/P_ROOM_MSG b/doc/props/P_ROOM_MSG
index 44ea622..bba3303 100644
--- a/doc/props/P_ROOM_MSG
+++ b/doc/props/P_ROOM_MSG
@@ -1,4 +1,3 @@
-
P_ROOM_MSG
**********
diff --git a/doc/props/P_ROOM_TYPE b/doc/props/P_ROOM_TYPE
index 22e894e..71c734d 100644
--- a/doc/props/P_ROOM_TYPE
+++ b/doc/props/P_ROOM_TYPE
@@ -1,4 +1,3 @@
-
P_ROOM_TYPE
***********
diff --git a/doc/props/P_SB_SPELLS b/doc/props/P_SB_SPELLS
index 1ffac9d..4c9fc9b 100644
--- a/doc/props/P_SB_SPELLS
+++ b/doc/props/P_SB_SPELLS
@@ -1,4 +1,3 @@
-
P_SB_SPELLS
***********
diff --git a/doc/props/P_SCREENSIZE b/doc/props/P_SCREENSIZE
index e54ee8b..ac0204d 100644
--- a/doc/props/P_SCREENSIZE
+++ b/doc/props/P_SCREENSIZE
@@ -1,4 +1,3 @@
-
P_SCREENSIZE
************
diff --git a/doc/props/P_SECOND b/doc/props/P_SECOND
index dc0a6f7..0a3d623 100644
--- a/doc/props/P_SECOND
+++ b/doc/props/P_SECOND
@@ -1,4 +1,3 @@
-
P_SECOND
********
diff --git a/doc/props/P_SECOND_MARK b/doc/props/P_SECOND_MARK
index dd2c68a..170d3c8 100644
--- a/doc/props/P_SECOND_MARK
+++ b/doc/props/P_SECOND_MARK
@@ -1,4 +1,3 @@
-
P_SECOND_MARK
*************
diff --git a/doc/props/P_SEERDOORS b/doc/props/P_SEERDOORS
index 8ec02e7..5a07363 100644
--- a/doc/props/P_SEERDOORS
+++ b/doc/props/P_SEERDOORS
@@ -1,4 +1,3 @@
-
P_SEERDOORS
***********
diff --git a/doc/props/P_SEERDOOR_ALLOWED b/doc/props/P_SEERDOOR_ALLOWED
index 12f062b..16a52c0 100644
--- a/doc/props/P_SEERDOOR_ALLOWED
+++ b/doc/props/P_SEERDOOR_ALLOWED
@@ -1,4 +1,3 @@
-
P_SEERDOOR_ALLOWED
******************
diff --git a/doc/props/P_SENSITIVE b/doc/props/P_SENSITIVE
index c1e8051..10b74be 100644
--- a/doc/props/P_SENSITIVE
+++ b/doc/props/P_SENSITIVE
@@ -1,4 +1,3 @@
-
P_SENSITIVE
***********
diff --git a/doc/props/P_SENSITIVE_ATTACK b/doc/props/P_SENSITIVE_ATTACK
index 168c15b..bbd2d83 100644
--- a/doc/props/P_SENSITIVE_ATTACK
+++ b/doc/props/P_SENSITIVE_ATTACK
@@ -1,4 +1,3 @@
-
P_SENSITIVE_ATTACK
******************
diff --git a/doc/props/P_SENSITIVE_INVENTORY b/doc/props/P_SENSITIVE_INVENTORY
index 418f9a1..244226f 100644
--- a/doc/props/P_SENSITIVE_INVENTORY
+++ b/doc/props/P_SENSITIVE_INVENTORY
@@ -1,4 +1,3 @@
-
P_SENSITIVE_INVENTORY
*********************
diff --git a/doc/props/P_SENSITIVE_INVENTORY_TRIGGER b/doc/props/P_SENSITIVE_INVENTORY_TRIGGER
index 627a582..580dd8e 100644
--- a/doc/props/P_SENSITIVE_INVENTORY_TRIGGER
+++ b/doc/props/P_SENSITIVE_INVENTORY_TRIGGER
@@ -1,4 +1,3 @@
-
P_SENSITIVE_INVENTORY_TRIGGER
*****************************
diff --git a/doc/props/P_SHOOTING_AREA b/doc/props/P_SHOOTING_AREA
index 9339847..7e42ea7 100644
--- a/doc/props/P_SHOOTING_AREA
+++ b/doc/props/P_SHOOTING_AREA
@@ -1,4 +1,3 @@
-
P_SHOOTING_AREA
***************
diff --git a/doc/props/P_SHOOTING_WC b/doc/props/P_SHOOTING_WC
index 6345d76..029e23d 100644
--- a/doc/props/P_SHOOTING_WC
+++ b/doc/props/P_SHOOTING_WC
@@ -1,4 +1,3 @@
-
P_SHOOTING_WC
*************
diff --git a/doc/props/P_SHORT b/doc/props/P_SHORT
index 7b65025..8de51df 100644
--- a/doc/props/P_SHORT
+++ b/doc/props/P_SHORT
@@ -1,4 +1,3 @@
-
P_SHORT
*******
@@ -46,9 +45,9 @@
Querymethode) eingetragen, welche einen String zurueckgibt. Dies
ist *deprecated* und sollte nicht mehr formuliert werden.
- * Die Funktion, die die Kurzbeschreibung ausgibt (short()),
- filtert P_SHORT durch process_string(). Dieses Feature ist
- *deprecated* und von der Nutzung wird in neuem Code abgeraten.
+ * Die Funktion, die die Kurzbeschreibung ausgibt (short()), filtert
+ P_SHORT durch process_string(). Dieses Feature ist *deprecated*
+ und von der Nutzung wird in neuem Code abgeraten.
* Soll eine dyn. Kurzbeschreibung geschaffen werden, bitte eine
F_QUERY_METHOD einsetzen oder short() passend ueberschreiben.
diff --git a/doc/props/P_SHORT_CWD b/doc/props/P_SHORT_CWD
index 46f0236..07615ca 100644
--- a/doc/props/P_SHORT_CWD
+++ b/doc/props/P_SHORT_CWD
@@ -1,4 +1,3 @@
-
P_SHORT_CWD
***********
diff --git a/doc/props/P_SHOWEMAIL b/doc/props/P_SHOWEMAIL
index b6cf580..3ca23ad 100644
--- a/doc/props/P_SHOWEMAIL
+++ b/doc/props/P_SHOWEMAIL
@@ -1,4 +1,3 @@
-
P_SHOWEMAIL
***********
diff --git a/doc/props/P_SHOW_ALIAS_PROCESSING b/doc/props/P_SHOW_ALIAS_PROCESSING
index 94552dd..14cd1d2 100644
--- a/doc/props/P_SHOW_ALIAS_PROCESSING
+++ b/doc/props/P_SHOW_ALIAS_PROCESSING
@@ -1,4 +1,3 @@
-
P_SHOW_ALIAS_PROCESSING
***********************
diff --git a/doc/props/P_SHOW_EXITS b/doc/props/P_SHOW_EXITS
index 0e00886..2dbb2cb 100644
--- a/doc/props/P_SHOW_EXITS
+++ b/doc/props/P_SHOW_EXITS
@@ -1,4 +1,3 @@
-
P_SHOW_EXITS
************
diff --git a/doc/props/P_SHOW_INV b/doc/props/P_SHOW_INV
index e982154..f71eb4d 100644
--- a/doc/props/P_SHOW_INV
+++ b/doc/props/P_SHOW_INV
@@ -1,4 +1,3 @@
-
P_SHOW_INV
**********
diff --git a/doc/props/P_SHOW_MSG b/doc/props/P_SHOW_MSG
index c19c49f..d7af6be 100644
--- a/doc/props/P_SHOW_MSG
+++ b/doc/props/P_SHOW_MSG
@@ -1,4 +1,3 @@
-
P_SHOW_MSG
**********
diff --git a/doc/props/P_SIBLINGS b/doc/props/P_SIBLINGS
index 6e18f0c..c8cf1c1 100644
--- a/doc/props/P_SIBLINGS
+++ b/doc/props/P_SIBLINGS
@@ -1,4 +1,3 @@
-
P_SIBLINGS
**********
diff --git a/doc/props/P_SIZE b/doc/props/P_SIZE
index aa311f3..8282df7 100644
--- a/doc/props/P_SIZE
+++ b/doc/props/P_SIZE
@@ -1,4 +1,3 @@
-
P_SIZE
******
diff --git a/doc/props/P_SKILLS b/doc/props/P_SKILLS
index 492cbbe..45b09c0 100644
--- a/doc/props/P_SKILLS
+++ b/doc/props/P_SKILLS
@@ -1,4 +1,3 @@
-
P_SKILLS
********
diff --git a/doc/props/P_SKILL_ATTRIBUTES b/doc/props/P_SKILL_ATTRIBUTES
index 066bd78..79bba14 100644
--- a/doc/props/P_SKILL_ATTRIBUTES
+++ b/doc/props/P_SKILL_ATTRIBUTES
@@ -1,4 +1,3 @@
-
P_SKILL_ATTRIBUTES
******************
diff --git a/doc/props/P_SKILL_ATTRIBUTE_OFFSETS b/doc/props/P_SKILL_ATTRIBUTE_OFFSETS
index a976072..a0091d0 100644
--- a/doc/props/P_SKILL_ATTRIBUTE_OFFSETS
+++ b/doc/props/P_SKILL_ATTRIBUTE_OFFSETS
@@ -1,4 +1,3 @@
-
P_SKILL_ATTRIBUTE_OFFSETS
*************************
diff --git a/doc/props/P_SMELLS b/doc/props/P_SMELLS
index 0098bd8..87c8f47 100644
--- a/doc/props/P_SMELLS
+++ b/doc/props/P_SMELLS
@@ -1,4 +1,3 @@
-
P_SMELLS
********
diff --git a/doc/props/P_SNOOPFLAGS b/doc/props/P_SNOOPFLAGS
index 340dde2..c4f5297 100644
--- a/doc/props/P_SNOOPFLAGS
+++ b/doc/props/P_SNOOPFLAGS
@@ -1,4 +1,3 @@
-
P_SNOOPFLAGS
************
diff --git a/doc/props/P_SOUNDS b/doc/props/P_SOUNDS
index 520265b..f74f27d 100644
--- a/doc/props/P_SOUNDS
+++ b/doc/props/P_SOUNDS
@@ -1,4 +1,3 @@
-
P_SOUNDS
********
diff --git a/doc/props/P_SP b/doc/props/P_SP
index fa30cb1..25bcbad 100644
--- a/doc/props/P_SP
+++ b/doc/props/P_SP
@@ -1,4 +1,3 @@
-
P_SP
****
diff --git a/doc/props/P_SPECIAL_DETAILS b/doc/props/P_SPECIAL_DETAILS
index 9b3f63c..b48448b 100644
--- a/doc/props/P_SPECIAL_DETAILS
+++ b/doc/props/P_SPECIAL_DETAILS
@@ -1,4 +1,3 @@
-
P_SPECIAL_DETAILS
*****************
diff --git a/doc/props/P_SPECIAL_EXITS b/doc/props/P_SPECIAL_EXITS
index 3f2a7a5..6e43155 100644
--- a/doc/props/P_SPECIAL_EXITS
+++ b/doc/props/P_SPECIAL_EXITS
@@ -1,4 +1,3 @@
-
P_SPECIAL_EXITS
***************
diff --git a/doc/props/P_SPELLRATE b/doc/props/P_SPELLRATE
index cef776f..682312f 100644
--- a/doc/props/P_SPELLRATE
+++ b/doc/props/P_SPELLRATE
@@ -1,4 +1,3 @@
-
P_SPELLRATE
***********
diff --git a/doc/props/P_SPELLS b/doc/props/P_SPELLS
index a2e8414..0ba4c67 100644
--- a/doc/props/P_SPELLS
+++ b/doc/props/P_SPELLS
@@ -1,4 +1,3 @@
-
P_SPELLS
********
diff --git a/doc/props/P_SP_DELAY b/doc/props/P_SP_DELAY
index aa74360..a5a0523 100644
--- a/doc/props/P_SP_DELAY
+++ b/doc/props/P_SP_DELAY
@@ -1,4 +1,3 @@
-
P_SP_DELAY
**********
diff --git a/doc/props/P_START_HOME b/doc/props/P_START_HOME
index 33f47f4..5a4b018 100644
--- a/doc/props/P_START_HOME
+++ b/doc/props/P_START_HOME
@@ -1,4 +1,3 @@
-
P_START_HOME
************
diff --git a/doc/props/P_STD_OBJECT b/doc/props/P_STD_OBJECT
index 7c66296..4fa159f 100644
--- a/doc/props/P_STD_OBJECT
+++ b/doc/props/P_STD_OBJECT
@@ -1,4 +1,3 @@
-
P_STD_OBJECT
************
diff --git a/doc/props/P_STORE_CONSUME b/doc/props/P_STORE_CONSUME
index 8a9afd9..2dfe72d 100644
--- a/doc/props/P_STORE_CONSUME
+++ b/doc/props/P_STORE_CONSUME
@@ -1,4 +1,3 @@
-
P_STORE_CONSUME
***************
diff --git a/doc/props/P_STRETCH_TIME b/doc/props/P_STRETCH_TIME
index 1b38b7e..1449d93 100644
--- a/doc/props/P_STRETCH_TIME
+++ b/doc/props/P_STRETCH_TIME
@@ -1,4 +1,3 @@
-
P_STRETCH_TIME
**************
diff --git a/doc/props/P_SUBGUILD_TITLE b/doc/props/P_SUBGUILD_TITLE
index 83515d7..9daaa08 100644
--- a/doc/props/P_SUBGUILD_TITLE
+++ b/doc/props/P_SUBGUILD_TITLE
@@ -1,4 +1,3 @@
-
P_SUBGUILD_TITLE
****************
diff --git a/doc/props/P_SYNTAX_HELP b/doc/props/P_SYNTAX_HELP
index 50575cc..04756ce 100644
--- a/doc/props/P_SYNTAX_HELP
+++ b/doc/props/P_SYNTAX_HELP
@@ -1,4 +1,3 @@
-
P_SYNTAX_HELP
*************
diff --git a/doc/props/P_TARGET_AREA b/doc/props/P_TARGET_AREA
index 614320f..535bbf7 100644
--- a/doc/props/P_TARGET_AREA
+++ b/doc/props/P_TARGET_AREA
@@ -1,4 +1,3 @@
-
P_TARGET_AREA
*************
diff --git a/doc/props/P_TEAM b/doc/props/P_TEAM
index 4f853e8..0321939 100644
--- a/doc/props/P_TEAM
+++ b/doc/props/P_TEAM
@@ -1,4 +1,3 @@
-
P_TEAM
******
diff --git a/doc/props/P_TEAM_ASSOC_MEMBERS b/doc/props/P_TEAM_ASSOC_MEMBERS
index b57a276..87ce4b9 100644
--- a/doc/props/P_TEAM_ASSOC_MEMBERS
+++ b/doc/props/P_TEAM_ASSOC_MEMBERS
@@ -1,4 +1,3 @@
-
P_TEAM_ASSOC_MEMBERS
********************
diff --git a/doc/props/P_TEAM_ATTACK_CMD b/doc/props/P_TEAM_ATTACK_CMD
index b7993e7..9cd5878 100644
--- a/doc/props/P_TEAM_ATTACK_CMD
+++ b/doc/props/P_TEAM_ATTACK_CMD
@@ -1,4 +1,3 @@
-
P_TEAM_ATTACK_CMD
*****************
diff --git a/doc/props/P_TEAM_AUTOFOLLOW b/doc/props/P_TEAM_AUTOFOLLOW
index 0e8c45f..fd85b63 100644
--- a/doc/props/P_TEAM_AUTOFOLLOW
+++ b/doc/props/P_TEAM_AUTOFOLLOW
@@ -1,4 +1,3 @@
-
P_TEAM_AUTOFOLLOW
*****************
diff --git a/doc/props/P_TEAM_COLORS b/doc/props/P_TEAM_COLORS
index a855035..efcc551 100644
--- a/doc/props/P_TEAM_COLORS
+++ b/doc/props/P_TEAM_COLORS
@@ -1,4 +1,3 @@
-
P_TEAM_COLORS
*************
diff --git a/doc/props/P_TEAM_LEADER b/doc/props/P_TEAM_LEADER
index b4927f3..807ec70 100644
--- a/doc/props/P_TEAM_LEADER
+++ b/doc/props/P_TEAM_LEADER
@@ -1,4 +1,3 @@
-
P_TEAM_LEADER
*************
diff --git a/doc/props/P_TEAM_NEWMEMBER b/doc/props/P_TEAM_NEWMEMBER
index da89b70..c99227b 100644
--- a/doc/props/P_TEAM_NEWMEMBER
+++ b/doc/props/P_TEAM_NEWMEMBER
@@ -1,4 +1,3 @@
-
P_TEAM_NEWMEMBER
****************
diff --git a/doc/props/P_TEAM_WANTED_ROW b/doc/props/P_TEAM_WANTED_ROW
index ba94af4..7182f77 100644
--- a/doc/props/P_TEAM_WANTED_ROW
+++ b/doc/props/P_TEAM_WANTED_ROW
@@ -1,4 +1,3 @@
-
P_TEAM_WANTED_ROW
*****************
diff --git a/doc/props/P_TEAM_WIMPY_ROW b/doc/props/P_TEAM_WIMPY_ROW
index 90bfacb..845c7ae 100644
--- a/doc/props/P_TEAM_WIMPY_ROW
+++ b/doc/props/P_TEAM_WIMPY_ROW
@@ -1,4 +1,3 @@
-
P_TEAM_WIMPY_ROW
****************
diff --git a/doc/props/P_TELNET_CHARSET b/doc/props/P_TELNET_CHARSET
index 880b454..cbcde8b 100644
--- a/doc/props/P_TELNET_CHARSET
+++ b/doc/props/P_TELNET_CHARSET
@@ -1,4 +1,3 @@
-
P_TELNET_CHARSET
****************
diff --git a/doc/props/P_TELNET_KEEPALIVE_DELAY b/doc/props/P_TELNET_KEEPALIVE_DELAY
index 6c91627..795af1b 100644
--- a/doc/props/P_TELNET_KEEPALIVE_DELAY
+++ b/doc/props/P_TELNET_KEEPALIVE_DELAY
@@ -1,4 +1,3 @@
-
P_TELNET_KEEPALIVE_DELAY
************************
diff --git a/doc/props/P_TELNET_RTTIME b/doc/props/P_TELNET_RTTIME
index b781bea..29a01fd 100644
--- a/doc/props/P_TELNET_RTTIME
+++ b/doc/props/P_TELNET_RTTIME
@@ -1,4 +1,3 @@
-
P_TELNET_RTTIME
***************
diff --git a/doc/props/P_TESTPLAYER b/doc/props/P_TESTPLAYER
index bf0c765..3a8ff0c 100644
--- a/doc/props/P_TESTPLAYER
+++ b/doc/props/P_TESTPLAYER
@@ -1,4 +1,3 @@
-
P_TESTPLAYER
************
diff --git a/doc/props/P_TIMED_ATTR_MOD b/doc/props/P_TIMED_ATTR_MOD
index fa7db3f..0b4ed10 100644
--- a/doc/props/P_TIMED_ATTR_MOD
+++ b/doc/props/P_TIMED_ATTR_MOD
@@ -1,4 +1,3 @@
-
P_TIMED_ATTR_MOD
****************
diff --git a/doc/props/P_TIMEZONE b/doc/props/P_TIMEZONE
index 7e4ce7d..1ee1634 100644
--- a/doc/props/P_TIMEZONE
+++ b/doc/props/P_TIMEZONE
@@ -1,4 +1,3 @@
-
P_TIMEZONE
**********
diff --git a/doc/props/P_TITLE b/doc/props/P_TITLE
index 555e26a..28823e6 100644
--- a/doc/props/P_TITLE
+++ b/doc/props/P_TITLE
@@ -1,4 +1,3 @@
-
P_TITLE
*******
diff --git a/doc/props/P_TOO_HEAVY_MSG b/doc/props/P_TOO_HEAVY_MSG
index c2a40ea..741ba85 100644
--- a/doc/props/P_TOO_HEAVY_MSG
+++ b/doc/props/P_TOO_HEAVY_MSG
@@ -1,4 +1,3 @@
-
P_TOO_HEAVY_MSG
***************
diff --git a/doc/props/P_TOO_MANY_MSG b/doc/props/P_TOO_MANY_MSG
index fd1ffe9..b7f5134 100644
--- a/doc/props/P_TOO_MANY_MSG
+++ b/doc/props/P_TOO_MANY_MSG
@@ -1,4 +1,3 @@
-
P_TOO_MANY_MSG
**************
diff --git a/doc/props/P_TOTAL_AC b/doc/props/P_TOTAL_AC
index baa9cf9..aad07c1 100644
--- a/doc/props/P_TOTAL_AC
+++ b/doc/props/P_TOTAL_AC
@@ -1,4 +1,3 @@
-
P_TOTAL_AC
**********
diff --git a/doc/props/P_TOTAL_LIGHT b/doc/props/P_TOTAL_LIGHT
index f4f0083..fba4d69 100644
--- a/doc/props/P_TOTAL_LIGHT
+++ b/doc/props/P_TOTAL_LIGHT
@@ -1,4 +1,3 @@
-
P_TOTAL_LIGHT
*************
diff --git a/doc/props/P_TOTAL_OBJECTS b/doc/props/P_TOTAL_OBJECTS
index 4e2d009..d4da68b 100644
--- a/doc/props/P_TOTAL_OBJECTS
+++ b/doc/props/P_TOTAL_OBJECTS
@@ -1,4 +1,3 @@
-
P_TOTAL_OBJECTS
***************
diff --git a/doc/props/P_TOTAL_WC b/doc/props/P_TOTAL_WC
index 19349f0..3e7e358 100644
--- a/doc/props/P_TOTAL_WC
+++ b/doc/props/P_TOTAL_WC
@@ -1,4 +1,3 @@
-
P_TOTAL_WC
**********
diff --git a/doc/props/P_TOTAL_WEIGHT b/doc/props/P_TOTAL_WEIGHT
index bdb72f6..a9bfd02 100644
--- a/doc/props/P_TOTAL_WEIGHT
+++ b/doc/props/P_TOTAL_WEIGHT
@@ -1,4 +1,3 @@
-
P_TOTAL_WEIGHT
**************
diff --git a/doc/props/P_TOUCH_DETAILS b/doc/props/P_TOUCH_DETAILS
index f4345db..cc472fc 100644
--- a/doc/props/P_TOUCH_DETAILS
+++ b/doc/props/P_TOUCH_DETAILS
@@ -1,4 +1,3 @@
-
P_TOUCH_DETAILS
***************
diff --git a/doc/props/P_TPORT_COST_IN b/doc/props/P_TPORT_COST_IN
index f2e51a9..431e24f 100644
--- a/doc/props/P_TPORT_COST_IN
+++ b/doc/props/P_TPORT_COST_IN
@@ -1,4 +1,3 @@
-
P_TPORT_COST_IN
***************
diff --git a/doc/props/P_TPORT_COST_OUT b/doc/props/P_TPORT_COST_OUT
index c97c752..812c3ca 100644
--- a/doc/props/P_TPORT_COST_OUT
+++ b/doc/props/P_TPORT_COST_OUT
@@ -1,4 +1,3 @@
-
P_TPORT_COST_OUT
****************
diff --git a/doc/props/P_TRANK_FINDEN b/doc/props/P_TRANK_FINDEN
index a3e270d..b209b8a 100644
--- a/doc/props/P_TRANK_FINDEN
+++ b/doc/props/P_TRANK_FINDEN
@@ -1,4 +1,3 @@
-
P_TRANK_FINDEN
**************
diff --git a/doc/props/P_TRANSPARENT b/doc/props/P_TRANSPARENT
index 56c0558..576f18f 100644
--- a/doc/props/P_TRANSPARENT
+++ b/doc/props/P_TRANSPARENT
@@ -1,4 +1,3 @@
-
P_TRANSPARENT
*************
diff --git a/doc/props/P_TRAVEL_CMDS b/doc/props/P_TRAVEL_CMDS
index 3f9b0d5..9e0ff93 100644
--- a/doc/props/P_TRAVEL_CMDS
+++ b/doc/props/P_TRAVEL_CMDS
@@ -1,4 +1,3 @@
-
P_TRAVEL_CMDS
*************
diff --git a/doc/props/P_TRAVEL_INFO b/doc/props/P_TRAVEL_INFO
index 720e9ec..1317333 100644
--- a/doc/props/P_TRAVEL_INFO
+++ b/doc/props/P_TRAVEL_INFO
@@ -1,4 +1,3 @@
-
P_TRAVEL_INFO
*************
diff --git a/doc/props/P_TRAY b/doc/props/P_TRAY
index dc38379..87f1f52 100644
--- a/doc/props/P_TRAY
+++ b/doc/props/P_TRAY
@@ -1,4 +1,3 @@
-
P_TRAY
******
diff --git a/doc/props/P_TTY b/doc/props/P_TTY
index 87841fd..24221b3 100644
--- a/doc/props/P_TTY
+++ b/doc/props/P_TTY
@@ -1,4 +1,3 @@
-
P_TTY
*****
diff --git a/doc/props/P_TTY_COLS b/doc/props/P_TTY_COLS
index 651c379..d07597a 100644
--- a/doc/props/P_TTY_COLS
+++ b/doc/props/P_TTY_COLS
@@ -1,4 +1,3 @@
-
P_TTY_COLS
**********
diff --git a/doc/props/P_TTY_ROWS b/doc/props/P_TTY_ROWS
index 7289109..6889eee 100644
--- a/doc/props/P_TTY_ROWS
+++ b/doc/props/P_TTY_ROWS
@@ -1,4 +1,3 @@
-
P_TTY_ROWS
**********
diff --git a/doc/props/P_TTY_SHOW b/doc/props/P_TTY_SHOW
index a43076f..686ef16 100644
--- a/doc/props/P_TTY_SHOW
+++ b/doc/props/P_TTY_SHOW
@@ -1,4 +1,3 @@
-
P_TTY_SHOW
**********
diff --git a/doc/props/P_TTY_TYPE b/doc/props/P_TTY_TYPE
index 5842cb2..ffe9417 100644
--- a/doc/props/P_TTY_TYPE
+++ b/doc/props/P_TTY_TYPE
@@ -1,4 +1,3 @@
-
P_TTY_TYPE
**********
diff --git a/doc/props/P_UNIT_DECAY_FLAGS b/doc/props/P_UNIT_DECAY_FLAGS
index 25a5ed1..8feca2d 100644
--- a/doc/props/P_UNIT_DECAY_FLAGS
+++ b/doc/props/P_UNIT_DECAY_FLAGS
@@ -1,4 +1,3 @@
-
P_UNIT_DECAY_FLAGS
******************
diff --git a/doc/props/P_UNIT_DECAY_INTERVAL b/doc/props/P_UNIT_DECAY_INTERVAL
index e0118c3..b9f5c43 100644
--- a/doc/props/P_UNIT_DECAY_INTERVAL
+++ b/doc/props/P_UNIT_DECAY_INTERVAL
@@ -1,4 +1,3 @@
-
P_UNIT_DECAY_INTERVAL
*********************
diff --git a/doc/props/P_UNIT_DECAY_MIN b/doc/props/P_UNIT_DECAY_MIN
index b78a735..0ce5a82 100644
--- a/doc/props/P_UNIT_DECAY_MIN
+++ b/doc/props/P_UNIT_DECAY_MIN
@@ -1,4 +1,3 @@
-
P_UNIT_DECAY_MIN
****************
diff --git a/doc/props/P_UNIT_DECAY_QUOTA b/doc/props/P_UNIT_DECAY_QUOTA
index 0b4c9a6..8f0b2f9 100644
--- a/doc/props/P_UNIT_DECAY_QUOTA
+++ b/doc/props/P_UNIT_DECAY_QUOTA
@@ -1,4 +1,3 @@
-
P_UNIT_DECAY_QUOTA
******************
diff --git a/doc/props/P_UNWEAR_MSG b/doc/props/P_UNWEAR_MSG
index 0b2e89a..70fabc8 100644
--- a/doc/props/P_UNWEAR_MSG
+++ b/doc/props/P_UNWEAR_MSG
@@ -1,4 +1,3 @@
-
P_UNWEAR_MSG
************
diff --git a/doc/props/P_UNWIELD_FUNC b/doc/props/P_UNWIELD_FUNC
index 4466ec0..10c2cdb 100644
--- a/doc/props/P_UNWIELD_FUNC
+++ b/doc/props/P_UNWIELD_FUNC
@@ -1,4 +1,3 @@
-
P_UNWIELD_FUNC
**************
diff --git a/doc/props/P_UNWIELD_MSG b/doc/props/P_UNWIELD_MSG
index d1d1668..cb32c71 100644
--- a/doc/props/P_UNWIELD_MSG
+++ b/doc/props/P_UNWIELD_MSG
@@ -1,4 +1,3 @@
-
P_UNWIELD_MSG
*************
diff --git a/doc/props/P_UNWIELD_TIME b/doc/props/P_UNWIELD_TIME
index e93a24b..2e85e05 100644
--- a/doc/props/P_UNWIELD_TIME
+++ b/doc/props/P_UNWIELD_TIME
@@ -1,4 +1,3 @@
-
P_UNWIELD_TIME
**************
diff --git a/doc/props/P_USED_HANDS b/doc/props/P_USED_HANDS
index b90bd61..b3a11bb 100644
--- a/doc/props/P_USED_HANDS
+++ b/doc/props/P_USED_HANDS
@@ -1,4 +1,3 @@
-
P_USED_HANDS
************
diff --git a/doc/props/P_VALID_GUILDS b/doc/props/P_VALID_GUILDS
index 48edcc6..7966628 100644
--- a/doc/props/P_VALID_GUILDS
+++ b/doc/props/P_VALID_GUILDS
@@ -1,4 +1,3 @@
-
P_VALID_GUILDS
**************
diff --git a/doc/props/P_VALUE b/doc/props/P_VALUE
index cb48202..ce2d53a 100644
--- a/doc/props/P_VALUE
+++ b/doc/props/P_VALUE
@@ -1,4 +1,3 @@
-
P_VALUE
*******
diff --git a/doc/props/P_VALUE_PER_UNIT b/doc/props/P_VALUE_PER_UNIT
index 3ff1b3c..529b8da 100644
--- a/doc/props/P_VALUE_PER_UNIT
+++ b/doc/props/P_VALUE_PER_UNIT
@@ -1,4 +1,3 @@
-
P_VALUE_PER_UNIT
****************
diff --git a/doc/props/P_VARIABLES b/doc/props/P_VARIABLES
index 52a979c..e061b43 100644
--- a/doc/props/P_VARIABLES
+++ b/doc/props/P_VARIABLES
@@ -1,4 +1,3 @@
-
P_VARIABLES
***********
diff --git a/doc/props/P_VISIBLE_GUILD b/doc/props/P_VISIBLE_GUILD
index 92de8b7..586979c 100644
--- a/doc/props/P_VISIBLE_GUILD
+++ b/doc/props/P_VISIBLE_GUILD
@@ -1,4 +1,3 @@
-
P_VISIBLE_GUILD
***************
diff --git a/doc/props/P_VISIBLE_SUBGUILD_TITLE b/doc/props/P_VISIBLE_SUBGUILD_TITLE
index e0e5c83..a5d8b81 100644
--- a/doc/props/P_VISIBLE_SUBGUILD_TITLE
+++ b/doc/props/P_VISIBLE_SUBGUILD_TITLE
@@ -1,4 +1,3 @@
-
P_VISIBLE_SUBGUILD_TITLE
************************
diff --git a/doc/props/P_VULNERABILITY b/doc/props/P_VULNERABILITY
index f0e3abb..1217e55 100644
--- a/doc/props/P_VULNERABILITY
+++ b/doc/props/P_VULNERABILITY
@@ -1,4 +1,3 @@
-
P_VULNERABILITY
***************
diff --git a/doc/props/P_WAITFOR b/doc/props/P_WAITFOR
index 301838e..8cac548 100644
--- a/doc/props/P_WAITFOR
+++ b/doc/props/P_WAITFOR
@@ -1,4 +1,3 @@
-
P_WAITFOR
*********
diff --git a/doc/props/P_WAITFOR_FLAGS b/doc/props/P_WAITFOR_FLAGS
index 5e616b7..81bc2dc 100644
--- a/doc/props/P_WAITFOR_FLAGS
+++ b/doc/props/P_WAITFOR_FLAGS
@@ -1,4 +1,3 @@
-
P_WAITFOR_FLAGS
***************
diff --git a/doc/props/P_WAITFOR_REASON b/doc/props/P_WAITFOR_REASON
index 1d997d8..dd2bdce 100644
--- a/doc/props/P_WAITFOR_REASON
+++ b/doc/props/P_WAITFOR_REASON
@@ -1,4 +1,3 @@
-
P_WAITFOR_REASON
****************
diff --git a/doc/props/P_WANTS_TO_LEARN b/doc/props/P_WANTS_TO_LEARN
index 639ab61..4b7a406 100644
--- a/doc/props/P_WANTS_TO_LEARN
+++ b/doc/props/P_WANTS_TO_LEARN
@@ -1,4 +1,3 @@
-
P_WANTS_TO_LEARN
****************
diff --git a/doc/props/P_WATER b/doc/props/P_WATER
index 06e4025..b611364 100644
--- a/doc/props/P_WATER
+++ b/doc/props/P_WATER
@@ -1,4 +1,3 @@
-
P_WATER
*******
diff --git a/doc/props/P_WC b/doc/props/P_WC
index cfa18e4..1714539 100644
--- a/doc/props/P_WC
+++ b/doc/props/P_WC
@@ -1,4 +1,3 @@
-
P_WC
****
diff --git a/doc/props/P_WEAPON b/doc/props/P_WEAPON
index a7f68b2..e91a2d1 100644
--- a/doc/props/P_WEAPON
+++ b/doc/props/P_WEAPON
@@ -1,4 +1,3 @@
-
P_WEAPON
********
diff --git a/doc/props/P_WEAPON_TEACHER b/doc/props/P_WEAPON_TEACHER
index ebeb788..33a371f 100644
--- a/doc/props/P_WEAPON_TEACHER
+++ b/doc/props/P_WEAPON_TEACHER
@@ -1,4 +1,3 @@
-
P_WEAPON_TEACHER
****************
diff --git a/doc/props/P_WEAPON_TYPE b/doc/props/P_WEAPON_TYPE
index c900707..c49cb64 100644
--- a/doc/props/P_WEAPON_TYPE
+++ b/doc/props/P_WEAPON_TYPE
@@ -1,4 +1,3 @@
-
P_WEAPON_TYPE
*************
diff --git a/doc/props/P_WEAR_FUNC b/doc/props/P_WEAR_FUNC
index d288187..5485ddb 100644
--- a/doc/props/P_WEAR_FUNC
+++ b/doc/props/P_WEAR_FUNC
@@ -1,4 +1,3 @@
-
P_WEAR_FUNC
***********
diff --git a/doc/props/P_WEAR_MSG b/doc/props/P_WEAR_MSG
index 69fbf44..ead960f 100644
--- a/doc/props/P_WEAR_MSG
+++ b/doc/props/P_WEAR_MSG
@@ -1,4 +1,3 @@
-
P_WEAR_MSG
**********
diff --git a/doc/props/P_WEIGHT b/doc/props/P_WEIGHT
index 1e426c8..4ce5b1e 100644
--- a/doc/props/P_WEIGHT
+++ b/doc/props/P_WEIGHT
@@ -1,4 +1,3 @@
-
P_WEIGHT
********
diff --git a/doc/props/P_WEIGHT_PERCENT b/doc/props/P_WEIGHT_PERCENT
index a4d0506..7776347 100644
--- a/doc/props/P_WEIGHT_PERCENT
+++ b/doc/props/P_WEIGHT_PERCENT
@@ -1,4 +1,3 @@
-
P_WEIGHT_PERCENT
****************
diff --git a/doc/props/P_WEIGHT_PER_UNIT b/doc/props/P_WEIGHT_PER_UNIT
index c777b65..99dc43f 100644
--- a/doc/props/P_WEIGHT_PER_UNIT
+++ b/doc/props/P_WEIGHT_PER_UNIT
@@ -1,4 +1,3 @@
-
P_WEIGHT_PER_UNIT
*****************
diff --git a/doc/props/P_WIELDED b/doc/props/P_WIELDED
index 26bcff7..582fc41 100644
--- a/doc/props/P_WIELDED
+++ b/doc/props/P_WIELDED
@@ -1,4 +1,3 @@
-
P_WIELDED
*********
diff --git a/doc/props/P_WIELD_FUNC b/doc/props/P_WIELD_FUNC
index fbe49a7..4a95be4 100644
--- a/doc/props/P_WIELD_FUNC
+++ b/doc/props/P_WIELD_FUNC
@@ -1,4 +1,3 @@
-
P_WIELD_FUNC
************
diff --git a/doc/props/P_WIELD_MSG b/doc/props/P_WIELD_MSG
index fa9dafc..a2e2d45 100644
--- a/doc/props/P_WIELD_MSG
+++ b/doc/props/P_WIELD_MSG
@@ -1,4 +1,3 @@
-
P_WIELD_MSG
***********
diff --git a/doc/props/P_WIMPY b/doc/props/P_WIMPY
index d0ba078..639e101 100644
--- a/doc/props/P_WIMPY
+++ b/doc/props/P_WIMPY
@@ -1,4 +1,3 @@
-
P_WIMPY
*******
diff --git a/doc/props/P_WIMPY_DIRECTION b/doc/props/P_WIMPY_DIRECTION
index 11bedeb..77ebec9 100644
--- a/doc/props/P_WIMPY_DIRECTION
+++ b/doc/props/P_WIMPY_DIRECTION
@@ -1,4 +1,3 @@
-
P_WIMPY_DIRECTION
*****************
diff --git a/doc/props/P_WIZ_DEBUG b/doc/props/P_WIZ_DEBUG
index 0bea2ad..39e632d 100644
--- a/doc/props/P_WIZ_DEBUG
+++ b/doc/props/P_WIZ_DEBUG
@@ -1,4 +1,3 @@
-
P_WIZ_DEBUG
***********
diff --git a/doc/props/P_WORN b/doc/props/P_WORN
index 999ab76..e4068a5 100644
--- a/doc/props/P_WORN
+++ b/doc/props/P_WORN
@@ -1,4 +1,3 @@
-
P_WORN
******
diff --git a/doc/props/P_XP b/doc/props/P_XP
index 649f4e0..9a86334 100644
--- a/doc/props/P_XP
+++ b/doc/props/P_XP
@@ -1,4 +1,3 @@
-
P_XP
****
diff --git a/doc/props/P_X_ATTR_MOD b/doc/props/P_X_ATTR_MOD
index 14ab9a4..2efbc44 100644
--- a/doc/props/P_X_ATTR_MOD
+++ b/doc/props/P_X_ATTR_MOD
@@ -1,4 +1,3 @@
-
P_X_ATTR_MOD
************
diff --git a/doc/props/P_X_HEALTH_MOD b/doc/props/P_X_HEALTH_MOD
index 69aafab..ff11362 100644
--- a/doc/props/P_X_HEALTH_MOD
+++ b/doc/props/P_X_HEALTH_MOD
@@ -1,4 +1,3 @@
-
P_X_HEALTH_MOD
**************
diff --git a/doc/props/P_ZAP_MSG b/doc/props/P_ZAP_MSG
index 6f9c7ce..f73aff4 100644
--- a/doc/props/P_ZAP_MSG
+++ b/doc/props/P_ZAP_MSG
@@ -1,4 +1,3 @@
-
P_ZAP_MSG
*********
diff --git a/doc/props/U_REQ b/doc/props/U_REQ
index 1594c4f..334e727 100644
--- a/doc/props/U_REQ
+++ b/doc/props/U_REQ
@@ -1,4 +1,3 @@
-
U_REQ
*****
diff --git a/doc/props/gildenprops/P_GLOVE_FINGERLESS b/doc/props/gildenprops/P_GLOVE_FINGERLESS
index 0485c9a..e486a86 100644
--- a/doc/props/gildenprops/P_GLOVE_FINGERLESS
+++ b/doc/props/gildenprops/P_GLOVE_FINGERLESS
@@ -1,4 +1,3 @@
-
P_GLOVE_FINGERLESS
******************
diff --git a/doc/props/gildenprops/P_Z_AUTOSHIELD b/doc/props/gildenprops/P_Z_AUTOSHIELD
index 994abad..71f4660 100644
--- a/doc/props/gildenprops/P_Z_AUTOSHIELD
+++ b/doc/props/gildenprops/P_Z_AUTOSHIELD
@@ -1,4 +1,3 @@
-
P_Z_AUTOSHIELD
**************
diff --git a/doc/props/gildenprops/P_Z_INFO b/doc/props/gildenprops/P_Z_INFO
index 654c768..712d239 100644
--- a/doc/props/gildenprops/P_Z_INFO
+++ b/doc/props/gildenprops/P_Z_INFO
@@ -1,4 +1,3 @@
-
P_Z_INFO
********
diff --git a/doc/props/gildenprops/P_Z_NO_MATERIAL b/doc/props/gildenprops/P_Z_NO_MATERIAL
index cda514a..c8b7861 100644
--- a/doc/props/gildenprops/P_Z_NO_MATERIAL
+++ b/doc/props/gildenprops/P_Z_NO_MATERIAL
@@ -1,4 +1,3 @@
-
P_Z_NO_MATERIAL
***************
diff --git a/doc/props/gildenprops/P_Z_NO_NOCONN b/doc/props/gildenprops/P_Z_NO_NOCONN
index 6cd0024..10b5d67 100644
--- a/doc/props/gildenprops/P_Z_NO_NOCONN
+++ b/doc/props/gildenprops/P_Z_NO_NOCONN
@@ -1,4 +1,3 @@
-
P_Z_NO_NOCONN
*************
diff --git a/doc/props/gildenprops/P_Z_NO_SPELL_SUPPORT b/doc/props/gildenprops/P_Z_NO_SPELL_SUPPORT
index 74860f6..3f320b0 100644
--- a/doc/props/gildenprops/P_Z_NO_SPELL_SUPPORT
+++ b/doc/props/gildenprops/P_Z_NO_SPELL_SUPPORT
@@ -1,4 +1,3 @@
-
P_Z_NO_SPELL_SUPPORT
********************
diff --git a/doc/props/gildenprops/kaempferboni b/doc/props/gildenprops/kaempferboni
index 0d34e98..aa121c4 100644
--- a/doc/props/gildenprops/kaempferboni
+++ b/doc/props/gildenprops/kaempferboni
@@ -1,4 +1,3 @@
-
kaempferboni
************
diff --git a/doc/props/obsolete/P_BALANCED_WEAPON b/doc/props/obsolete/P_BALANCED_WEAPON
index 83a2fc4..c52fe65 100644
--- a/doc/props/obsolete/P_BALANCED_WEAPON
+++ b/doc/props/obsolete/P_BALANCED_WEAPON
@@ -1,4 +1,3 @@
-
P_BALANCED_WEAPON
*****************
diff --git a/doc/props/obsolete/P_DEFAULT_INFO b/doc/props/obsolete/P_DEFAULT_INFO
index 9a16169..86b214d 100644
--- a/doc/props/obsolete/P_DEFAULT_INFO
+++ b/doc/props/obsolete/P_DEFAULT_INFO
@@ -1,4 +1,3 @@
-
P_DEFAULT_INFO
**************
diff --git a/doc/props/obsolete/P_LAST_KILLER b/doc/props/obsolete/P_LAST_KILLER
index 199a878..f8da105 100644
--- a/doc/props/obsolete/P_LAST_KILLER
+++ b/doc/props/obsolete/P_LAST_KILLER
@@ -1,4 +1,3 @@
-
P_LAST_KILLER
*************
diff --git a/doc/props/obsolete/P_LAST_PEACE_TIME b/doc/props/obsolete/P_LAST_PEACE_TIME
index f8aea49..994f731 100644
--- a/doc/props/obsolete/P_LAST_PEACE_TIME
+++ b/doc/props/obsolete/P_LAST_PEACE_TIME
@@ -1,4 +1,3 @@
-
P_LAST_PEACE_TIME
*****************
diff --git a/doc/props/obsolete/P_LOG_FILE b/doc/props/obsolete/P_LOG_FILE
index ed57133..6e10b9a 100644
--- a/doc/props/obsolete/P_LOG_FILE
+++ b/doc/props/obsolete/P_LOG_FILE
@@ -1,4 +1,3 @@
-
P_LOG_FILE
**********
diff --git a/doc/props/obsolete/P_NEXT_SPELL_TIME b/doc/props/obsolete/P_NEXT_SPELL_TIME
index 300a766..01bcb15 100644
--- a/doc/props/obsolete/P_NEXT_SPELL_TIME
+++ b/doc/props/obsolete/P_NEXT_SPELL_TIME
@@ -1,4 +1,3 @@
-
P_NEXT_SPELL_TIME
*****************
diff --git a/doc/props/obsolete/P_READ_MSG b/doc/props/obsolete/P_READ_MSG
index 2331508..dccd183 100644
--- a/doc/props/obsolete/P_READ_MSG
+++ b/doc/props/obsolete/P_READ_MSG
@@ -1,4 +1,3 @@
-
P_READ_MSG
**********
diff --git a/doc/props/obsolete/P_TECHNIQUE b/doc/props/obsolete/P_TECHNIQUE
index a556ce6..3880762 100644
--- a/doc/props/obsolete/P_TECHNIQUE
+++ b/doc/props/obsolete/P_TECHNIQUE
@@ -1,4 +1,3 @@
-
P_TECHNIQUE
***********
diff --git a/doc/props/obsolete/P_TMP_ATTACK_HOOK b/doc/props/obsolete/P_TMP_ATTACK_HOOK
index 6bd5130..4b08ddc 100644
--- a/doc/props/obsolete/P_TMP_ATTACK_HOOK
+++ b/doc/props/obsolete/P_TMP_ATTACK_HOOK
@@ -1,4 +1,3 @@
-
P_TMP_ATTACK_HOOK
*****************
diff --git a/doc/props/obsolete/P_TMP_ATTACK_MOD b/doc/props/obsolete/P_TMP_ATTACK_MOD
index df10409..f67218b 100644
--- a/doc/props/obsolete/P_TMP_ATTACK_MOD
+++ b/doc/props/obsolete/P_TMP_ATTACK_MOD
@@ -1,4 +1,3 @@
-
P_TMP_ATTACK_MOD
****************
diff --git a/doc/props/obsolete/P_TMP_DEFEND_HOOK b/doc/props/obsolete/P_TMP_DEFEND_HOOK
index 144f7a4..0044027 100644
--- a/doc/props/obsolete/P_TMP_DEFEND_HOOK
+++ b/doc/props/obsolete/P_TMP_DEFEND_HOOK
@@ -1,4 +1,3 @@
-
P_TMP_DEFEND_HOOK
*****************
diff --git a/doc/props/obsolete/P_TMP_DIE_HOOK b/doc/props/obsolete/P_TMP_DIE_HOOK
index f4008cb..0f33eac 100644
--- a/doc/props/obsolete/P_TMP_DIE_HOOK
+++ b/doc/props/obsolete/P_TMP_DIE_HOOK
@@ -1,4 +1,3 @@
-
P_TMP_DIE_HOOK
**************
diff --git a/doc/props/obsolete/P_TMP_MOVE_HOOK b/doc/props/obsolete/P_TMP_MOVE_HOOK
index 8f1aa77..dbab5f7 100644
--- a/doc/props/obsolete/P_TMP_MOVE_HOOK
+++ b/doc/props/obsolete/P_TMP_MOVE_HOOK
@@ -1,4 +1,3 @@
-
P_TMP_MOVE_HOOK
***************
diff --git a/doc/props/obsolete/P_VISUALBELL b/doc/props/obsolete/P_VISUALBELL
new file mode 100644
index 0000000..3de78b2
--- /dev/null
+++ b/doc/props/obsolete/P_VISUALBELL
@@ -0,0 +1,62 @@
+P_VISUALBELL
+************
+
+********************* VERALTETE PROPERTY *********************** *
+Diese Property ist veraltet und wurde durch P_ALERT ersetzt. * * Bitte
+nicht mehr in neuem Code nutzen. *
+****************************************************************
+
+
+NAME
+====
+
+ P_VISUALBELL "visualbell"
+
+
+DEFINIERT IN
+============
+
+ /sys/properties.h
+
+
+BESCHREIBUNG
+============
+
+ Die Property stellt ein Flag innerhalb von Spielern dar, welches
+ standardmaessig nicht gesetzt ist. In diesem Fall werden Toene,
+ welche innerhalb einiger Funktionen erzeugt werden, auch wirklich an
+ den Spieler geschickt.
+ Setzt man die Property, so erhaelt der Spieler keine Toene mehr.
+
+
+BEISPIEL
+========
+
+ Pieptoene werden durch den ASCII-Code 0x7 praesentiert. Ausgeben
+ kann man diesen folgendermassen:
+ if(!IS_WIZARD(caster)&&!victim->QueryProp(P_VISUALBELL))
+ tell_object(victim,sprintf("%c",7));
+ Das waere beispielsweise ein Codestueck aus einem Piepspell. :)
+ Das Opfer bekommt den Piepton hierbei nur ab, wenn der Caster ein
+ Magier ist oder das Spieleropfer die Property P_VISUALBELL gesetzt
+ hat (kann mit Kommando 'ton' vom Spieler beeinflusst werden).
+
+
+BEMERKUNGEN
+===========
+
+ Achtung: P_VISUALBELL steht auf 1, wenn der Spieler _keine_ Piepstoene
+ hoeren will!
+ Die Funktionalitaet dieser Property wirkt nur soweit, wie sie auch
+ von tonerzeugenden Befehlen selbst unterstuetzt wird. Es ist darauf
+ zu achten, dass P_VISUALBELL zu diesem Zweck grundsaetzlich
+ ausgewertet wird! Eine Ausnahme sei hierbei zugelassen: Magier
+ koennen Spielern grundsaetzlich Toene zusenden.
+
+
+SIEHE AUCH
+==========
+
+ ton, wecke, erwarte, P_WAITFOR, /std/player/base.c
+
+Last modified: 07.02.2007 by Zesstra
diff --git a/doc/props/skill_info_liste b/doc/props/skill_info_liste
index a8ad089..fe85218 100644
--- a/doc/props/skill_info_liste
+++ b/doc/props/skill_info_liste
@@ -1,4 +1,3 @@
-
skill_info_liste
****************