PoA_PRC8/_module/nss/dm_splv_chk12.nss

11 lines
171 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
#include "dm_inc_forge"
int StartingConditional()
{
if(LIMIT_SPELL_LEVEL)
{
return GetHitDice(GetPCSpeaker()) >= 14;
}
else
return TRUE;
}