Revert "Make mushrooms hide base terrain (#4185) - graphics change only"
This reverts commit 17ba2858c7
. If this is applied, it should not be a in a stable branch.
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 940 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 7.7 KiB |
|
@ -439,8 +439,6 @@ C*,K*,X*,Q*,W*,Ai,M*,*^V*,*^B*,_off^_usr#enddef
|
|||
#
|
||||
|
||||
# Flat base terrains
|
||||
# we want this base image to show up no matter what the underlying terrain is, because mushroom terrain is just odd for historical reasons
|
||||
{NEW:BASE (*^Uf*) forest/mushroom-base LAYER=-319}
|
||||
|
||||
# The first grass tile of each kind is the most standard and generic one, thus it appears more frequently to space out the rest
|
||||
{NEW:BASE_P Gg 20 grass/green}
|
||||
|
@ -843,9 +841,6 @@ C*,K*,X*,Q*,W*,Ai,M*,*^V*,*^B*,_off^_usr#enddef
|
|||
{NEW:TRANSITION (Ms,Ha) (W*,S*) -171 hills/snow-to-water}
|
||||
{NEW:TRANSITION (Ms,Ha) (!,Ha,Qx*,Mm,Ms,Md) -172 hills/snow}
|
||||
|
||||
{NEW:TRANSITION (*^Uf*) (!,M*,*^Uf*) -184 forest/mushroom-base}
|
||||
{NEW:DISABLE_TRANSITION (R*,G*,H*,U*,A*) (*^Uf*) }
|
||||
{NEW:DISABLE_TRANSITION (R*,G*,H*,U*,A*) (*^Uf*) FLAG=inside}
|
||||
{NEW:TRANSITION (Mm,Hh) (!,M*,Hh,Ai,W*,S*) -180 hills/regular}
|
||||
{NEW:TRANSITION (Md,Hhd) (!,M*,Hhd,Ai,W*,S*) -183 hills/dry}
|
||||
{NEW:TRANSITION Hd (!,Hd,Qx*,W*) -184 hills/desert}
|
||||
|
|