Revert "Let's Move Item, Together (#429)"

This reverts commit 3f2240947b.
This commit is contained in:
Mazo 2020-05-16 19:10:06 +01:00
parent 4fa2be151b
commit 896fa7bf07
41 changed files with 1730 additions and 3096 deletions

View file

@ -389,10 +389,7 @@ class AvatarTest extends Specification {
"the fifth slot is the locker wrapped in an EquipmentSlot" in {
val (_, avatar) = CreatePlayer()
avatar.FifthSlot.Equipment match {
case Some(slot : LockerEquipment) => slot.Inventory mustEqual avatar.Locker.Inventory
case _ => ko
}
avatar.FifthSlot.Equipment.contains(avatar.Locker)
}
"toString" in {