Cleanup tesla arcs
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
module Dodge.Default.Wall
|
||||
where
|
||||
import Dodge.Data
|
||||
import Dodge.Wall.DamageEffect
|
||||
import Picture
|
||||
import Geometry.Data
|
||||
{- Indestructible wall. -}
|
||||
@@ -20,6 +21,7 @@ defaultWall = Wall
|
||||
, _wlStructure = StandaloneWall
|
||||
, _wlWalkable = False
|
||||
, _wlHeight = 100
|
||||
, _wlDamageEff = defaultWallDamage
|
||||
}
|
||||
{- Indestructible see-through wall. -}
|
||||
defaultCrystalWall :: Wall
|
||||
|
||||
Reference in New Issue
Block a user