blob: b94313b084dfd8684581e0dfb4d1c4ff86638fae [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001RemoveKnownPotion()
2===================
3
4FUNKTION
5--------
6::
7
8 int RemoveKnownPotion(int nr)
9
10DEFINIERT IN
11------------
12::
13
14 /std/player/potion.c
15
16ARGUMENTE
17---------
18::
19
20 int nr Nummer eines ZTs
21
22BESCHREIBUNG
23------------
24::
25
26 Entfernt einen bekannten ZT aus einen Spieler. Nur vom Orakel rufbar.
27
28RUeCKGABEWERT
29-------------
30::
31
32 1 Erfolg
33 -1 fehlende Berechtigung
34 -2 Nummer nicht eingetragen
35
36SIEHE AUCH
37----------
38::
39
40 Sonstiges: zaubertraenke, /secure/potionmaster.c, /room/orakel.c
41 Verwandt: FindPotion(), AddKnownPotion(), InList()
42 Props: P_POTIONROOMS, P_KNOWN_POTIONROOMS
43
446.Feb 2016 Gloinson
45