Skip to content

Commit

Permalink
Fixed Lit Stone Walls corner transitions
Browse files Browse the repository at this point in the history
Doofus mentioned one just needed to swap the NEW:WALL_A10 and NEW:WALL_CORNER instances here.
  • Loading branch information
Vultraz committed Oct 25, 2016
1 parent a767859 commit 13effa4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions data/core/terrain-graphics.cfg
Expand Up @@ -736,14 +736,16 @@
{NEW:WALL Xuc,Xuce (!,Xu*,Xo*) walls/wall-mine}
{NEW:WALL Xu* (Qx*,Ql*) cave/wall-rough-chasm}
#{NEW:WALL Xu* (!,Xu*) cave/wall-rough}

# testing
{NEW:WALL2_CORNER (Xo*) Xu* (!,Xu*,Xo*) cave/stone_walls/wall-mixed}
{NEW:WALL2 (Xo*) Xu* (!,Xu*,Xo*) cave/stone_walls/wall-mixed}
{NEW:WALL Xu* (!,Xu*,Xo*) cave/wall-rough}
{NEW:WALL2_CORNER (Xo*) Xu* (!,Xu*,Xo*) cave/stone_walls/wall-mixed}
{NEW:WALL2 (Xo*) Xu* (!,Xu*,Xo*) cave/stone_walls/wall-mixed}
{NEW:WALL Xu* (!,Xu*,Xo*) cave/wall-rough}

# testing
{NEW:WALL_A10 Xol (!,Xu*,Xo*) cave/stone_walls/lit/wall-stone-lit}
{NEW:WALL_CORNER Xo* (!,Xo*,Xu*) cave/stone_walls/wall-stone}
{NEW:WALL Xo* (!,Xu*,Xo*) cave/stone_walls/wall-stone}
{NEW:WALL_CORNER Xo* (!,Xo*,Xu*) cave/stone_walls/wall-stone}
{NEW:WALL_A10 Xol (!,Xu*,Xo*) cave/stone_walls/lit/wall-stone-lit}
{NEW:WALL Xo* (!,Xu*,Xo*) cave/stone_walls/wall-stone}

# New Generic Castle-to Chasm transition
{TRANSITION_COMPLETE_LF (Cha,Kha,Coa,Koa,Cea,Kea) Qx* -89 transition2 chasm/regular-snow-castle}
Expand Down

0 comments on commit 13effa4

Please sign in to comment.