From aea194da14b794c9d3bcda1e696e788befe261fc Mon Sep 17 00:00:00 2001 From: Leonardo Date: Mon, 13 Apr 2020 15:01:16 +0200 Subject: [PATCH] Update base terrain for deprecated *^Uf* --- data/core/about.cfg | 3 +++ data/core/terrain-graphics.cfg | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/data/core/about.cfg b/data/core/about.cfg index 4a98a8ff49b2..ec1ec62b9f98 100644 --- a/data/core/about.cfg +++ b/data/core/about.cfg @@ -1413,6 +1413,9 @@ [entry] name = "legoktm" [/entry] + [entry] + name = "leonardoInf" + [/entry] [entry] name = "lilinitsy" [/entry] diff --git a/data/core/terrain-graphics.cfg b/data/core/terrain-graphics.cfg index a0e7b3eac191..3ede7d03d9a9 100644 --- a/data/core/terrain-graphics.cfg +++ b/data/core/terrain-graphics.cfg @@ -448,7 +448,7 @@ C*,K*,X*,Q*,W*,Ai,M*,*^V*,*^B*,_off^_usr#enddef # # Flat base terrains -{NEW:BASE Tb forest/mushroom-base LAYER=-319} +{NEW:BASE Tb,*^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} @@ -888,7 +888,7 @@ 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 (Tb) (!,M*,Tb) -184 forest/mushroom-base} +{NEW:TRANSITION (Tb,*^Uf*) (!,M*,Tb) -184 forest/mushroom-base} {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}