Crossfire Server, Branches 1.12
R18729
|
#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 | |
void | init_type_treasure (void) |
static method_ret | treasure_type_apply (ob_methods *context, object *op, object *applier, int aflags) |
The implementation of the Treasure class of objects.
Definition in file treasure.c.
void init_type_treasure | ( | void | ) |
Initializer for the TREASURE object type.
Definition at line 38 of file treasure.c.
References register_apply(), TREASURE, and treasure_type_apply().
Referenced by register_all_ob_types().
|
static |
Attempts to apply treasure.
context | The method context |
op | The treasure to apply |
applier | The object attempting to apply the treasure. Ignored unless a player |
aflags | Special flags (always apply/unapply) |
Definition at line 51 of file treasure.c.
References obj::count, decrease_ob, draw_ext_info(), draw_ext_info_format(), FLAG_ALIVE, INS_BELOW_ORIGINATOR, insert_ob_in_map(), obj::inv, obj::level, obj::map, MAX_BUF, METHOD_OK, MSG_TYPE_APPLY, MSG_TYPE_APPLY_FAILURE, MSG_TYPE_APPLY_SUCCESS, NDI_UNIQUE, PLAYER, QUERY_FLAG, query_name(), remove_ob(), RUNE, spring_trap(), TRAP, obj::type, was_destroyed, obj::x, and obj::y.
Referenced by init_type_treasure().