PRC8/nwn/nwnprc/trunk/newspellbook/tob_cru_zealsrg.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

11 lines
295 B
Plaintext

/////////////////////////////////////////////////
// Crusader Zealous Surge
//-----------------------------------------------
// Created By: Stratovarius
/////////////////////////////////////////////////
void main()
{
// Yerp, thats all it is
SetLocalInt(OBJECT_SELF, "ZealousSurge", TRUE);
}