diff --git a/ground/Wood/evergreens.arc b/ground/Wood/evergreens.arc index 6f556d6e6..190fb7d51 100644 --- a/ground/Wood/evergreens.arc +++ b/ground/Wood/evergreens.arc @@ -9,6 +9,6 @@ slow_move 3 is_wooded 1 editable 8 is_floor 1 -smoothface evergreens.111 empty_S.111 -smoothlevel 125 +smoothface evergreens.111 evergreens_S.111 +smoothlevel 135 end diff --git a/ground/Wood/tree_1.arc b/ground/Wood/tree_1.arc index 0a7a0df97..986fd3a54 100644 --- a/ground/Wood/tree_1.arc +++ b/ground/Wood/tree_1.arc @@ -6,6 +6,6 @@ no_pick 1 color_fg green editable 8 is_floor 1 -smoothface tree_1.111 grass_S.111 +smoothface tree_1.111 sgrass_S.111 smoothlevel 140 end diff --git a/ground/Wood/tree_2.arc b/ground/Wood/tree_2.arc index 61bbf44d0..00ff74862 100644 --- a/ground/Wood/tree_2.arc +++ b/ground/Wood/tree_2.arc @@ -6,6 +6,6 @@ is_wooded 1 color_fg green editable 8 is_floor 1 -smoothface tree_2.111 grass_S.111 +smoothface tree_2.111 sgrass_S.111 smoothlevel 140 end diff --git a/ground/Wood/woods_1.arc b/ground/Wood/woods_1.arc index 131e20ee3..c548603d3 100644 --- a/ground/Wood/woods_1.arc +++ b/ground/Wood/woods_1.arc @@ -9,6 +9,6 @@ slow_move 1 is_wooded 1 editable 8 is_floor 1 -smoothface woods_1.111 grass_S.111 +smoothface woods_1.111 sgrass_S.111 smoothlevel 127 end diff --git a/ground/Wood/woods_3.arc b/ground/Wood/woods_3.arc index 31483db08..d01c9b1b0 100644 --- a/ground/Wood/woods_3.arc +++ b/ground/Wood/woods_3.arc @@ -11,6 +11,6 @@ is_floor 1 color_fg green editable 8 visibility 100 -smoothface woods_3.111 grass_S.111 +smoothface woods_3.111 sgrass_S.111 smoothlevel 127 end diff --git a/ground/smooth/evergreens_S.base.111.png b/ground/smooth/evergreens_S.base.111.png new file mode 100644 index 000000000..d5b046ac5 Binary files /dev/null and b/ground/smooth/evergreens_S.base.111.png differ diff --git a/ground/smooth/sgrass_S.base.111.png b/ground/smooth/sgrass_S.base.111.png new file mode 100644 index 000000000..51e3ee4b7 Binary files /dev/null and b/ground/smooth/sgrass_S.base.111.png differ