Move towards adding reflective shield
This commit is contained in:
+1
-4
@@ -288,8 +288,6 @@ data Item
|
||||
, _wpRange :: Float
|
||||
, _itHammer :: HammerPosition
|
||||
, _itFloorPict :: Item -> SPic
|
||||
, _itMaxStack :: Int
|
||||
, _itAmount :: Int
|
||||
, _itAimingSpeed :: Float
|
||||
, _itAimingRange :: Float
|
||||
, _itZoom :: ItZoom
|
||||
@@ -337,8 +335,6 @@ data Item
|
||||
}
|
||||
| Equipment
|
||||
{ _itName :: String
|
||||
, _itMaxStack :: Int
|
||||
, _itAmount :: Int
|
||||
, _itFloorPict :: Item -> SPic
|
||||
, _itEquipPict :: Creature -> Int -> SPic
|
||||
, _itIdentity :: ItemIdentity
|
||||
@@ -572,6 +568,7 @@ data MachineType
|
||||
| Turret
|
||||
{ _tuWeapon :: Item
|
||||
, _tuTurnSpeed :: Float
|
||||
, _tuFiring :: Bool
|
||||
}
|
||||
data Door = Door
|
||||
{ _drID :: Int
|
||||
|
||||
Reference in New Issue
Block a user