11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
#include "dm_inc_forge"
|
|
int StartingConditional()
|
|
{
|
|
if(LIMIT_SPELL_LEVEL)
|
|
{
|
|
return GetHitDice(GetPCSpeaker()) >= 5;
|
|
}
|
|
else
|
|
return TRUE;
|
|
}
|