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 | |
static method_ret | blindness_type_process (ob_methods *context, object *op) |
void | init_type_blindness (void) |
The implementation of the BLINDNESS class of objects.
Definition in file blindness.c.
|
static |
Move for BLINDNESS. If blindness is finished, remove it from the victim's inventory.
context | The method context. |
op | Blindness being processed. |
Definition at line 51 of file blindness.c.
References change_abil(), CLEAR_FLAG, obj::env, fix_object(), FLAG_APPLIED, liv::food, free_object(), METHOD_OK, remove_ob(), and obj::stats.
Referenced by init_type_blindness().
void init_type_blindness | ( | void | ) |
Initializer for the blindness object type.
Definition at line 39 of file blindness.c.
References BLINDNESS, blindness_type_process(), and register_process().
Referenced by register_all_ob_types().