Remove equipment records
This commit is contained in:
@@ -22,6 +22,7 @@ module Dodge.Creature (
|
||||
module Dodge.Creature.YourControl,
|
||||
) where
|
||||
|
||||
import Dodge.Data.Magnet
|
||||
import Dodge.Item.Ammo
|
||||
import Dodge.Item.Scope
|
||||
import Control.Lens
|
||||
@@ -292,7 +293,7 @@ testInventory =
|
||||
[ autoAmr
|
||||
, brainHat
|
||||
, headLamp
|
||||
, magShield
|
||||
, magShield MagnetRepulse
|
||||
, frontArmour
|
||||
, wristArmour
|
||||
, flatShield
|
||||
@@ -309,7 +310,7 @@ testInventory =
|
||||
stackedInventory :: [Item]
|
||||
stackedInventory =
|
||||
[ torch
|
||||
, magShield
|
||||
, magShield MagnetRepulse
|
||||
, bangCone
|
||||
, megaTinMag 100
|
||||
, arHUD
|
||||
|
||||
Reference in New Issue
Block a user