LoT_PRC8/_module/nss/dm_splv_chk2.nss

11 lines
170 B
Plaintext
Raw Normal View History

2023-09-25 21:32:17 -04:00
#include "dm_inc_forge"
int StartingConditional()
{
if(LIMIT_SPELL_LEVEL)
{
return GetHitDice(GetPCSpeaker()) >= 5;
}
else
return TRUE;
}