Skip to content

Commit

Permalink
Merge pull request #37307 from RarkGrames/Underbrush-nocollide
Browse files Browse the repository at this point in the history
Added coverage to underbrush
  • Loading branch information
Rivet-the-Zombie authored Jan 26, 2020
2 parents 88cbf39 + 7ae9ac6 commit 0b2785f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/json/furniture_and_terrain/terrain-flora.json
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,7 @@
"symbol": "#",
"color": "light_green",
"move_cost": 6,
"coverage": 40,
"flags": [ "TRANSPARENT", "DIGGABLE", "CONTAINER", "FLAMMABLE_ASH", "THIN_OBSTACLE", "PLACE_ITEM", "SHRUB", "SHORT" ],
"examine_action": "shrub_wildveggies",
"bash": {
Expand All @@ -1273,6 +1274,7 @@
"symbol": "#",
"color": "green",
"move_cost": 6,
"coverage": 40,
"flags": [
"TRANSPARENT",
"DIGGABLE",
Expand Down Expand Up @@ -1303,6 +1305,7 @@
"symbol": "#",
"color": "green",
"move_cost": 6,
"coverage": 40,
"flags": [
"TRANSPARENT",
"DIGGABLE",
Expand Down Expand Up @@ -1333,6 +1336,7 @@
"symbol": "#",
"color": "green",
"move_cost": 6,
"coverage": 40,
"flags": [
"TRANSPARENT",
"DIGGABLE",
Expand Down Expand Up @@ -1363,6 +1367,7 @@
"symbol": "#",
"color": "green",
"move_cost": 6,
"coverage": 40,
"flags": [
"TRANSPARENT",
"DIGGABLE",
Expand Down

0 comments on commit 0b2785f

Please sign in to comment.