Atrinik Server 2.5
Functions
types/poison.c File Reference
#include <global.h>

Go to the source code of this file.

Functions

void apply_poison (object *op, object *tmp)
void poison_more (object *op)

Detailed Description

Handles code for poison objects.

Definition in file poison.c.


Function Documentation

void apply_poison ( object op,
object tmp 
)

Apply poisoned object.

Parameters:
opThe object applying this.
tmpThe poison object.

Definition at line 36 of file poison.c.

void poison_more ( object op)

A poisoning object does its tick.

Parameters:
opThe poisoning object.

Definition at line 58 of file poison.c.