Bigrm-5 may have patches of ice or cloud

This commit is contained in:
Pasi Kallinen
2023-04-09 11:56:35 +03:00
parent 23ef6e558e
commit 3a3be46624
2 changed files with 7 additions and 0 deletions

View File

@@ -28,6 +28,12 @@ des.map([[
------------------
]]);
if percent(25) then
local sel = selection.match("."):percentage(2):grow();
des.replace_terrain({ selection=sel, fromterrain=".", toterrain=percent(50) and "I" or "C" });
end
des.region(selection.area(00,00,72,18), "lit");
des.stair("up");