Fix blinking bug, shrinker and shield broken
This commit is contained in:
+3
-4
@@ -107,7 +107,6 @@ data World = World
|
||||
, _selLocation :: Int
|
||||
, _sideEffects :: World -> IO World
|
||||
, _inventoryMode :: InventoryMode
|
||||
, _lClickHammer :: HammerPosition
|
||||
, _distortions :: [Distortion]
|
||||
, _worldBounds :: Bounds
|
||||
, _gameRooms :: [GameRoom] -- consider using and IntMap
|
||||
@@ -342,9 +341,9 @@ data ItemAmmo
|
||||
}
|
||||
data Item
|
||||
= Weapon
|
||||
{ _itName :: String
|
||||
, _wpAmmo :: ItemAmmo
|
||||
, _itUse :: ItemUse
|
||||
{ _itName :: String
|
||||
, _wpAmmo :: ItemAmmo
|
||||
, _itUse :: ItemUse
|
||||
, _wpSpread :: Float
|
||||
, _wpRange :: Float
|
||||
, _itFloorPict :: Item -> SPic
|
||||
|
||||
Reference in New Issue
Block a user