00001 #ifndef SPL_OTHER_H 00002 #define SPL_OTHER_H 00003 00004 void cast_cure_poison(int pow); 00005 00006 bool cast_sublimation_of_blood(int pow); 00007 bool cast_death_channel(int pow, god_type god = GOD_NO_GOD); 00008 bool recall(int type_recalled); 00009 00010 void cast_phase_shift(int pow); 00011 bool cast_passwall(const coord_def& delta, int pow); 00012 void cast_intoxicate(int pow); 00013 bool cast_fulsome_distillation(int pow, bool check_range = true); 00014 void remove_condensation_shield(); 00015 void cast_condensation_shield(int pow); 00016 void cast_stoneskin(int pow); 00017 00018 #endif