old connections working

This commit is contained in:
2019-11-11 02:29:01 +03:00
parent 931971ba8f
commit ef2577741f
4 changed files with 24 additions and 13 deletions

View File

@ -39,7 +39,7 @@ func NewWall() *Tile {
return &Tile{
Name: "Wall",
Description: "A dull rock wall",
BlocksPass: true,
BlocksPass: false,
BlocksSight: true,
Explored: false,
MustDraw: false,