test: make Soul Charge shield fixture explicit
This commit is contained in:
parent
025f35ce68
commit
bfd6284eac
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ public class SoulChargePropertyTests
|
|||
|
||||
private static BronzeShield EquipSoulChargeShield(Mobile mobile, int value)
|
||||
{
|
||||
var shield = new BronzeShield();
|
||||
var shield = new BronzeShield { Layer = Layer.TwoHanded };
|
||||
shield.ArmorAttributes.SoulCharge = value;
|
||||
mobile.AddItem(shield);
|
||||
Assert.Same(shield, mobile.FindItemOnLayer<BaseShield>(Layer.TwoHanded));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue