Heal scrolls added. Gained from adventures or quests.

This commit is contained in:
Storm Dragon
2026-01-24 18:18:02 -05:00
parent 595de51da0
commit 1b76ccc129
11 changed files with 153 additions and 28 deletions

View File

@@ -109,8 +109,8 @@ void expand_regular_area() {
}
if (place_tree) {
// Try to place a tree with proper spacing and per-area limits
spawn_tree_in_area(new_start, new_end);
// Fill the new area up to its tree cap with proper spacing
spawn_trees(new_start, new_end);
} else {
int stream_width = random(1, 5);
int stream_start = random(0, EXPANSION_SIZE - stream_width);