Various improvements, metal debris
This commit is contained in:
@@ -23,6 +23,11 @@ defaultWall = Wall
|
||||
, _wlHeight = 100
|
||||
, _wlMaterial = Stone
|
||||
}
|
||||
defaultDoorWall' :: Wall
|
||||
defaultDoorWall' = defaultWall
|
||||
{ _wlPathable = True
|
||||
, _wlMaterial = Metal
|
||||
}
|
||||
{- Indestructible see-through wall. -}
|
||||
defaultCrystalWall :: Wall
|
||||
defaultCrystalWall = defaultWall
|
||||
|
||||
Reference in New Issue
Block a user