Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 1 | P_LAST_DEATH_PROPS |
| 2 | ****************** |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 3 | |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 4 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 5 | NAME |
| 6 | ==== |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 7 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 8 | P_LAST_DEATH_PROPS "last_death_props" |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 9 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 10 | |
| 11 | DEFINIERT IN |
| 12 | ============ |
| 13 | |
| 14 | /sys/living/life.h |
| 15 | |
| 16 | |
| 17 | BESCHREIBUNG |
| 18 | ============ |
| 19 | |
| 20 | Diese Property enthaelt nach dem Tod eines Spielers ein Mapping mit |
| 21 | den Werte aller Properties, die im die() zurueckgesetzt werden. |
| 22 | |
| 23 | Auf diese Weise kann ein Objekt auch im NotifyPlayerDeath() noch |
| 24 | auf die Werte zurueckgreifen, obwohl sie bereits geloescht sind. |
| 25 | |
| 26 | Folgende Properties werden so gesichert: |
| 27 | |
| 28 | |
| 29 | |
| 30 | P_POISON, P_FROG, P_ALCOHOL, P_DRINK, P_FOOD , P_BLIND, P_DEAF, |
| 31 | P_MAX_HANDS, P_PARA, P_NO_REGENERATION , P_HP, P_SP, P_LAST_DEATH_TIME |