Skip to content

Commit

Permalink
Fixing chasm bug introduced in PR #2084
Browse files Browse the repository at this point in the history
commit 0cce7c8
  • Loading branch information
doofus-01 authored and GregoryLundberg committed Nov 30, 2017
1 parent c539f06 commit 38337d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/core/terrain-graphics.cfg
Expand Up @@ -796,7 +796,7 @@ C*,K*,X*,Q*,W*,Ai,M*,*^V*,*^B*,_off^_usr#enddef
{TRANSITION_COMPLETE_LF (Cha,Kha,Coa,Koa,Cea,Kea) Qx* -89 transition2 chasm/regular-snow-castle}
{TRANSITION_COMPLETE_LF (!,Cud,Kud,!,C*,K*) Qxe -89 transition2 chasm/earthy-castle}
{TRANSITION_COMPLETE_LF (!,Cud,Kud,!,C*,K*) Qx* -89 transition2 chasm/regular-castle}
{TRANSITION_COMPLETE_LF (!,Cud,Kud,!,C*,K*) Ql* -89 transition2 unwalkable/castle-lava-chasm}
{TRANSITION_COMPLETE_LF (!,Cud,Kud,!,C*,K*,Xo*) Ql* -89 transition2 unwalkable/castle-lava-chasm}

# Special Mountain to Chasm Blend transition
{TRANSITION_COMPLETE_LF (Qx*,Ql*) (M*,Mv) 0 transition3 mountains/blend-from-chasm}
Expand All @@ -813,8 +813,7 @@ C*,K*,X*,Q*,W*,Ai,M*,*^V*,*^B*,_off^_usr#enddef
{WALL_TRANSITION_LF Qxe (!,Qx*,Xv,_off^_usr) -290 ground chasm/earthy}
{WALL_TRANSITION_LF Qx* (!,Qx*,Xv,_off^_usr) -290 ground chasm/regular}

{TRANSITION_COMPLETE_LF (Xo*) Ql -289 transition2 chasm/regular-wall}
{TRANSITION_COMPLETE_LF (Xo*) Qx* -289 transition2 chasm/regular-wall}
{TRANSITION_COMPLETE_LF (Xo*) Qx* -289 transition2 chasm/regular-castle}


# Stone wall transitions
Expand Down

0 comments on commit 38337d6

Please sign in to comment.