Crossfire Server, Trunk
sunnista Namespace Reference

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
 

Function Documentation

◆ do_absorb()

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.

+ Here is the call graph for this function:

◆ do_find()

def sunnista.do_find ( )

Definition at line 66 of file sunnista.py.

◆ do_release()

def sunnista.do_release (   friendly)

Definition at line 23 of file sunnista.py.

References make_face_from_files.int.

Referenced by do_absorb().

+ Here is the caller graph for this function:

Variable Documentation

◆ affect

string sunnista.affect = 'mouse'

Definition at line 15 of file sunnista.py.

◆ affect_pl

string sunnista.affect_pl = 'mice'

Definition at line 17 of file sunnista.py.

◆ got

def sunnista.got = do_find()

Definition at line 87 of file sunnista.py.

Referenced by START_TEST(), and CREMessagePanel.updateItem().

◆ max_affect

int sunnista.max_affect = 3

Definition at line 19 of file sunnista.py.

◆ max_charges

int sunnista.max_charges = 15

Definition at line 21 of file sunnista.py.