One more missed tooltip
This commit is contained in:
parent
9309e9c838
commit
4ac01a403f
@ -976,6 +976,10 @@ export const TILE_DESCRIPTIONS = {
|
|||||||
name: "Sokoban wall",
|
name: "Sokoban wall",
|
||||||
desc: "Acts like wall. Turns to floor while all sokoban buttons of the same color are pressed.",
|
desc: "Acts like wall. Turns to floor while all sokoban buttons of the same color are pressed.",
|
||||||
},
|
},
|
||||||
|
one_way_walls: {
|
||||||
|
name: "One-way wall",
|
||||||
|
desc: "Similar to a thin wall, but can be passed through one side only.",
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user