Changed folder name.
Changed folder name.
This commit is contained in:
10
_module/nss/dm_splv_chk10.nss
Normal file
10
_module/nss/dm_splv_chk10.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "dm_inc_forge"
|
||||
int StartingConditional()
|
||||
{
|
||||
if(LIMIT_SPELL_LEVEL)
|
||||
{
|
||||
return GetHitDice(GetPCSpeaker()) >= 4;
|
||||
}
|
||||
else
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user