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 | blindness_type_process (object *op) |
void | init_type_blindness (void) |
The implementation of the BLINDNESS class of objects.
Definition in file blindness.cpp.
|
static |
Move for BLINDNESS. If blindness is finished, remove it from the victim's inventory.
op | Blindness being processed. |
Definition at line 51 of file blindness.cpp.
References change_abil(), CLEAR_FLAG, fix_object(), FLAG_APPLIED, METHOD_OK, object_free_drop_inventory(), object_remove(), and give::op.
Referenced by init_type_blindness().
void init_type_blindness | ( | void | ) |
Initializer for the blindness object type.
Definition at line 40 of file blindness.cpp.
References BLINDNESS, blindness_type_process(), and register_process().
Referenced by register_all_ob_types().