Allow for Basic and Hexen armor replacing

This commit is contained in:
Boondorl 2024-03-29 19:49:16 -04:00 committed by Rachael Alexanderson
commit 0d43272c8f
21 changed files with 56 additions and 34 deletions

View file

@ -61,7 +61,7 @@ class ScriptUtil play
}
if (type == 'Armor')
{
type = "BasicArmor";
type = Actor.GetBasicArmorClass().GetClassName();
}
if (amount <= 0)
{