From 91a1fddf9d18fb368ad772deeb7db8df1c8dcbfd Mon Sep 17 00:00:00 2001 From: Stan Date: Mon, 14 Mar 2022 00:15:43 +0000 Subject: [PATCH] Fix arctic biome bushes spawning too close to the CC. Patch by: @marder Accepted by: @wowgetoffyourcellphone Differential Revision: https://code.wildfiregames.com/D4543 This was SVN commit r26643. --- .../data/mods/public/maps/random/rmbiome/generic/arctic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/data/mods/public/maps/random/rmbiome/generic/arctic.json b/binaries/data/mods/public/maps/random/rmbiome/generic/arctic.json index bbde7eaa0a..afac1491bd 100644 --- a/binaries/data/mods/public/maps/random/rmbiome/generic/arctic.json +++ b/binaries/data/mods/public/maps/random/rmbiome/generic/arctic.json @@ -83,7 +83,7 @@ }, "Decoratives": { "grass": "gaia/tree/bush_temperate_winter", - "grassShort": "gaia/tree/bush_temperate_winter", + "grassShort": "actor|geology/stone_granite_med.xml", "reeds": "actor|props/flora/reeds_pond_dry.xml", "lillies": "actor|geology/stone_granite_small.xml", "rockLarge": "actor|geology/stone_granite_large.xml",