Khaligufzel / Dimensionfall

A survival game inspired by Cataclysm: Dark Days Ahead and Bright Nights.
GNU General Public License v3.0
16 stars 7 forks source link

Add Pick one to mapareas #391

Closed snipercup closed 2 months ago

snipercup commented 2 months ago

Requires #390 Fixes #288

Areas now have an option to "pick one". When enabled, it will pick one tile from the list of tiles in the area and apply this to every tile in the area. Before this change (en when pick one is off), it would pick a random tile from the list for every tile in the area. We now have more control over what areas become a random mess and what area has a uniform tile coverage.

This feature ONLY applies to tiles, not to furniture, mobs or items (yet)