Allow for Basic and Hexen armor replacing
This commit is contained in:
parent
5fa220219e
commit
0d43272c8f
21 changed files with 56 additions and 34 deletions
|
|
@ -61,7 +61,7 @@ class ScriptUtil play
|
|||
}
|
||||
if (type == 'Armor')
|
||||
{
|
||||
type = "BasicArmor";
|
||||
type = Actor.GetBasicArmorClass().GetClassName();
|
||||
}
|
||||
if (amount <= 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue