Add airlocks
This commit is contained in:
@@ -16,6 +16,7 @@ import Dodge.Config.Data
|
||||
import Dodge.Config.KeyConfig
|
||||
import Geometry
|
||||
import Picture
|
||||
import qualified DoubleStack as DS
|
||||
|
||||
import Control.Lens
|
||||
import System.Random
|
||||
@@ -44,6 +45,7 @@ defaultAutoDoor = Door
|
||||
, _wlSeen = False
|
||||
, _wlIsSeeThrough = False
|
||||
, _doorPathable = True
|
||||
, _drPositions = DS.singleton [(0,0),(50,0)]
|
||||
}
|
||||
{-
|
||||
Non-pathable door.
|
||||
@@ -56,6 +58,7 @@ defaultDoor = Door
|
||||
, _wlSeen = False
|
||||
, _wlIsSeeThrough = False
|
||||
, _doorPathable = False
|
||||
, _drPositions = DS.singleton [(0,0),(50,0)]
|
||||
}
|
||||
defaultCreature :: Creature
|
||||
defaultCreature = Creature
|
||||
|
||||
Reference in New Issue
Block a user