WizardryEE/Notes/trunk/newspellbook/tob_rth_generic.nss
2025-04-30 12:23:15 -04:00

9 lines
166 B
Plaintext

/*
generic maneuver calling function
*/
#include "tob_inc_move"
void main()
{
UseManeuver(GetPowerFromSpellID(PRCGetSpellId()), MANEUVER_LIST_RETH_DEKALA);
}