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

Go to the source code of this file.

Functions

int apply_identify_altar (object *money, object *altar, object *pl)

Detailed Description

Handles operation of identify altars.

Definition in file identify_altar.c.


Function Documentation

int apply_identify_altar ( object money,
object altar,
object pl 
)

Operate an identify altar.

Parameters:
moneyThe money object.
altarThe altar.
plPlayer object that triggered the altar operation.
Returns:
1 if the money was destroyed, 0 otherwise.

Definition at line 38 of file identify_altar.c.