Skip to content

Commit

Permalink
Merge pull request CleverRaven#72530 from Standing-Storm/flambles
Browse files Browse the repository at this point in the history
[Xedra Evolved] Arvore brambles are flammable
  • Loading branch information
akrieger authored Mar 21, 2024
2 parents 8b8b961 + 464ac6e commit 3138100
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"move_cost_mod": 8,
"coverage": 75,
"required_str": -1,
"flags": [ "TRANSPARENT", "BLOCKSDOOR", "PAINFUL", "SHARP", "PERMEABLE", "THIN_OBSTACLE", "SHRUB" ],
"flags": [ "TRANSPARENT", "BLOCKSDOOR", "PAINFUL", "SHARP", "PERMEABLE", "THIN_OBSTACLE", "SHRUB", "FLAMMABLE_ASH" ],
"bash": {
"str_min": 30,
"str_max": 80,
Expand Down Expand Up @@ -57,7 +57,7 @@
"looks_like": "t_bamboo_tall",
"color": "green",
"move_cost": 3,
"flags": [ "TRANSPARENT", "THIN_OBSTACLE", "UNSTABLE", "CLIMBABLE" ],
"flags": [ "TRANSPARENT", "THIN_OBSTACLE", "UNSTABLE", "CLIMBABLE", "FLAMMABLE_ASH" ],
"bash": {
"str_min": 5,
"str_max": 12,
Expand Down

0 comments on commit 3138100

Please sign in to comment.