Crossfire Server, Trunk
|
Functions | |
def | do_absorb (count) |
def | do_find () |
def | do_release (friendly) |
Variables | |
string | affect = 'mouse' |
string | affect_pl = 'mice' |
def | got = do_find() |
int | max_affect = 3 |
int | max_charges = 15 |
def sunnista.do_absorb | ( | count | ) |
Definition at line 51 of file sunnista.py.
References do_release(), make_face_from_files.int, receive.Message, and make_face_from_files.str.
def sunnista.do_find | ( | ) |
Definition at line 66 of file sunnista.py.
def sunnista.do_release | ( | friendly | ) |
Definition at line 23 of file sunnista.py.
References make_face_from_files.int.
Referenced by do_absorb().
string sunnista.affect = 'mouse' |
Definition at line 15 of file sunnista.py.
string sunnista.affect_pl = 'mice' |
Definition at line 17 of file sunnista.py.
def sunnista.got = do_find() |
Definition at line 87 of file sunnista.py.
Referenced by START_TEST(), and CREMessagePanel.updateItem().
int sunnista.max_affect = 3 |
Definition at line 19 of file sunnista.py.
int sunnista.max_charges = 15 |
Definition at line 21 of file sunnista.py.