MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | RemoveKnownPotion() |
| 2 | |
| 3 | FUNKTION: |
| 4 | int RemoveKnownPotion(int nr) |
| 5 | |
| 6 | DEFINIERT IN: |
| 7 | /std/player/potion.c |
| 8 | |
| 9 | ARGUMENTE: |
| 10 | int nr Nummer eines ZTs |
| 11 | |
| 12 | BESCHREIBUNG: |
| 13 | Entfernt einen bekannten ZT aus einen Spieler. Nur vom Orakel rufbar. |
| 14 | |
| 15 | RUeCKGABEWERT: |
| 16 | 1 Erfolg |
| 17 | -1 fehlende Berechtigung |
| 18 | -2 Nummer nicht eingetragen |
| 19 | |
| 20 | SIEHE AUCH: |
| 21 | Sonstiges: zaubertraenke, /secure/potionmaster.c, /room/orakel.c |
| 22 | Verwandt: FindPotion(), AddKnownPotion(), InList() |
| 23 | Props: P_POTIONROOMS, P_KNOWN_POTIONROOMS |
| 24 | |
| 25 | 6.Feb 2016 Gloinson |