Further file organization
Further file organization
This commit is contained in:
12
nwn/nwnprc/trunk/scripts/prc_disp_irnbdy.nss
Normal file
12
nwn/nwnprc/trunk/scripts/prc_disp_irnbdy.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
Iron Body
|
||||
*/
|
||||
|
||||
#include "inc_newspellbook"
|
||||
#include "prc_inc_core"
|
||||
|
||||
void main()
|
||||
{
|
||||
int nLevel = 18;
|
||||
DoRacialSLA(SPELL_IRON_BODY, nLevel, 0);
|
||||
}
|
Reference in New Issue
Block a user