/* * Copyright (C) 2002-2007 The Warp Rogue Team * Part of the Warp Rogue Project * * This software is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License. * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY. * * See the license.txt file for more details. */ /* * Module Name: Psychic * Description: - */ /* * Psychic powers */ void psy_regenerate(const EVOCATION_DATA *); void psy_reactivate(const EVOCATION_DATA *); void psy_warp_strength(const EVOCATION_DATA *); void psy_warp_strength_terminate(EVENT *); void psy_purify_blood(const EVOCATION_DATA *); void psy_purge_plague(const EVOCATION_DATA *); void psy_mind_view(const EVOCATION_DATA *); void psy_psychic_shriek(const EVOCATION_DATA *); void psy_terrify(const EVOCATION_DATA *); void psy_psychic_shield(const EVOCATION_DATA *); void psy_psychic_shield_terminate(EVENT *); void psy_fireball(const EVOCATION_DATA *); void psy_firestorm(const EVOCATION_DATA *); void psy_banishment(const EVOCATION_DATA *);