Modified some areas, items, creatures

Added a forge to make a weapon into another weapon of a different base type.
This commit is contained in:
EpicValor
2023-09-25 18:15:41 -05:00
parent 0b236318c4
commit 7770601b3e
213 changed files with 60047 additions and 3650 deletions

View File

@@ -0,0 +1,5 @@
void main()
{
object oForge = GetNearestObjectByTag("WeaponForge", OBJECT_SELF, 1);
ActionUnlockObject (oForge);
}