hexen2-hw-hc/necspell.hc

16 lines
214 B
C++
Raw Normal View History

1999-01-27 00:00:00 +00:00
void()player_necromancer_spell_attack;
void Nec_Spl_Fire (void)
{
self.think=player_necromancer_spell_attack;
}
void spell_idle (void)
{
self.th_weapon=spell_idle;
}
void spell_select (void)
{
spell_idle();
}