Further file organization
Further file organization
This commit is contained in:
18
nwn/nwnprc/trunk/newspellbook/shd_child_night.nss
Normal file
18
nwn/nwnprc/trunk/newspellbook/shd_child_night.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
----------------
|
||||
Child of Night Night Form
|
||||
|
||||
shd_child_night.nss
|
||||
----------------
|
||||
|
||||
You become incorporeal
|
||||
|
||||
27.02.19 by Stratovarius
|
||||
*/
|
||||
|
||||
#include "shd_inc_shdfunc"
|
||||
|
||||
void main()
|
||||
{
|
||||
SetIncorporeal(OBJECT_SELF, 60.0, 1);
|
||||
}
|
Reference in New Issue
Block a user