Crossfire Server, Trunk
|
#include <global.h>
#include <ob_methods.h>
#include <ob_types.h>
#include <sounds.h>
#include <sproto.h>
Go to the source code of this file.
Functions | |
static method_ret | identify_altar_type_move_on (object *altar, object *money, object *originator) |
void | init_type_identify_altar (void) |
The implementation of the Identify Altar class of objects.
Definition in file identify_altar.cpp.
|
static |
Move on this Altar Identifier object.
altar | The Altar Identifier we're moving on |
money | The object moving over this one |
originator | The object that caused the move_on event |
Definition at line 49 of file identify_altar.cpp.
References altar_valkyrie::altar, check_altar_sacrifice(), common_post_ob_move_on(), common_pre_ob_move_on(), draw_ext_info(), draw_ext_info_format(), find_marked_object(), FOR_INV_FINISH, FOR_INV_PREPARE, diamondslots::id, identify(), is_identified(), llevError, LOG(), positioning_system::marked, MAX_BUF, METHOD_ERROR, METHOD_OK, MONEY, MSG_TYPE_APPLY, MSG_TYPE_APPLY_FAILURE, MSG_TYPE_APPLY_SUCCESS, NDI_UNIQUE, ob_describe(), operate_altar(), PLAYER, and object::type.
Referenced by init_type_identify_altar().
void init_type_identify_altar | ( | void | ) |
Initializer for the IDENTIFY_ALTAR object type.
Definition at line 38 of file identify_altar.cpp.
References IDENTIFY_ALTAR, identify_altar_type_move_on(), and register_move_on().
Referenced by register_all_ob_types().