version 1.144 | | version 1.145 |
---|
| | |
int magic_wall(object *op, object *caster, int dir, object *spell_ob); | | int magic_wall(object *op, object *caster, int dir, object *spell_ob); |
int dimension_door(object *op, object *caster, object *spob, int dir); | | int dimension_door(object *op, object *caster, object *spob, int dir); |
int cast_heal(object *op, object *caster, object *spell, int dir); | | int cast_heal(object *op, object *caster, object *spell, int dir); |
int cast_change_ability(object *op, object *caster, object *spell_ob, int dir); | | int cast_change_ability(object *op, object *caster, object *spell_ob, int dir, int silent); |
int cast_bless(object *op, object *caster, object *spell_ob, int dir); | | int cast_bless(object *op, object *caster, object *spell_ob, int dir); |
int alchemy(object *op, object *caster, object *spell_ob); | | int alchemy(object *op, object *caster, object *spell_ob); |
int remove_curse(object *op, object *caster, object *spell); | | int remove_curse(object *op, object *caster, object *spell); |