Updated Crafting

Unlocked immunities in anvil crafting.  Added new PRC weapons to anvil crafting.  Updated release.
This commit is contained in:
Jaysyn904
2023-12-01 12:39:58 -05:00
parent b04bef8ed6
commit b6dce6a8c9
18 changed files with 212 additions and 69 deletions

View File

@@ -1,3 +1,5 @@
#include "prc_misc_const"
int StartingConditional()
{
object oPC = GetPCSpeaker();
@@ -45,7 +47,23 @@ int StartingConditional()
nType == BASE_ITEM_LIGHTCROSSBOW ||
nType == BASE_ITEM_LONGBOW ||
nType == BASE_ITEM_SHORTBOW ||
nType == BASE_ITEM_SLING)
nType == BASE_ITEM_SLING ||
nType== BASE_ITEM_LIGHT_LANCE ||
nType== BASE_ITEM_HEAVY_PICK ||
nType== BASE_ITEM_LIGHT_PICK ||
nType== BASE_ITEM_SAI ||
nType== BASE_ITEM_NUNCHAKU ||
nType== BASE_ITEM_FALCHION ||
nType== BASE_ITEM_SAP ||
nType== BASE_ITEM_KATAR ||
nType== BASE_ITEM_HEAVY_MACE ||
nType== BASE_ITEM_MAUL ||
nType== BASE_ITEM_DOUBLE_SCIMITAR ||
nType== BASE_ITEM_GOAD ||
nType== BASE_ITEM_EAGLE_CLAW ||
nType== BASE_ITEM_ELVEN_LIGHTBLADE ||
nType== BASE_ITEM_ELVEN_THINBLADE ||
nType== BASE_ITEM_ELVEN_COURTBLADE)
return TRUE;