Fixed DMFI wands

Fixed DMFI wands. Full Compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-10-01 20:15:02 -04:00
parent fc81dc7725
commit 000a8bd935
12 changed files with 16 additions and 14 deletions

View File

@@ -46,11 +46,11 @@ int nStartingGear = TRUE; // Give new player starting gear TRUE or FALSE?
// If TRUE add ResRef between the quotes below(not tag),
// plus stack size,if applicable.
// eg. string sResRef = "potion"; int nStack = 6;
string sResRef = "dmfi_dicebag"; int nStack = 1;
string sResRef1 = "dmfi_emote"; int nStack1 = 1;
string sResRef2 = "dmfi_naming"; int nStack2 = 1;
string sResRef3 = "nw_it_mpotion001"; int nStack3 = 10;
string sResRef4 = ""; int nStack4 = 1;
string sResRef = "nw_it_mpotion001"; int nStack = 10;
string sResRef1 = ""; int nStack1 = 1;
string sResRef2 = ""; int nStack2 = 1;
string sResRef3 = ""; int nStack3 = 1;
string sResRef4 = ""; int nStack4 = 1;
/************************************************************************************/
/************************** END OF SETTINGS **********************************/