WoR_PRC8/_module/nss/dm_splv_chk.nss

11 lines
170 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
#include "dm_inc_forge"
int StartingConditional()
{
if(LIMIT_SPELL_LEVEL)
{
return GetHitDice(GetPCSpeaker()) >= 3;
}
else
return TRUE;
}