AcidGoldMine: Draw acid lake with tunnel background (#1652)

The new AutoScanSideOpen won't close the border otherwise.
Additionally, this makes clear where to pump acid.
install-platforms
Lukas Werling 2017-12-22 20:50:28 +01:00
parent fa8f868ffb
commit 8838d8c6ce
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ protected func InitializeMap(proplist map)
// Acid lake: draw first and let rest overwrite this layer.
var acid_lake = {Algo = MAPALGO_Rect, X = 0, Y = acid_level, Wdt = wdt, Hgt = hgt};
map->Draw("Acid:Sky", acid_lake);
map->Draw("Acid", acid_lake);
// Draw the basic shape of the earth and add different earth types.
var ground = GetGroundShape(map, acid_level, acid_hills, acid_bottom);