correction for LoadoutTest

This commit is contained in:
FateJH 2017-12-30 21:44:10 -05:00
parent 524d6678e6
commit 335b40cdfc
2 changed files with 4 additions and 4 deletions

View file

@ -173,7 +173,7 @@ class LoadoutTest extends Specification {
"distinguish MAX subtype information" in {
val obj : Player = CreatePlayer()
val slot = obj.Slot(2)
val slot = obj.Slot(0)
slot.Equipment = None //only an unequipped slot can have its Equipment Size changed (Rifle -> Max)
Player.SuitSetup(obj, ExoSuitType.MAX)
obj.SaveLoadout("generic", 0) //weaponless