Initial Commit
Initial Commit
This commit is contained in:
8
_module/nss/has_dragonshape.nss
Normal file
8
_module/nss/has_dragonshape.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
//Instead of ACTUALLY having Dragon Shape, a henchman just ought to be level 40. Just a little cheat, I guess.
|
||||
int StartingConditional()
|
||||
{
|
||||
if ( GetHitDice(OBJECT_SELF) < 40 )
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user