Heal scrolls added. Gained from adventures or quests.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user