Initial Commit
Initial Commit
This commit is contained in:
9
_module/nss/has_eleshape.nss
Normal file
9
_module/nss/has_eleshape.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
if ( !GetHasFeat(FEAT_ELEMENTAL_SHAPE, OBJECT_SELF) )
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user