Skip to content

Commit

Permalink
Make moss plowable
Browse files Browse the repository at this point in the history
  • Loading branch information
Miner239 authored Apr 14, 2020
1 parent a015c70 commit b5f04c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/terrain-flora.json
Original file line number Diff line number Diff line change
Expand Up @@ -1968,7 +1968,7 @@
"symbol": ".",
"color": "light_green",
"move_cost": 2,
"flags": [ "TRANSPARENT", "DIGGABLE", "FLAT" ],
"flags": [ "TRANSPARENT", "DIGGABLE", "FLAT", "PLOWABLE" ],
"bash": { "sound": "thump", "ter_set": "t_null", "str_min": 40, "str_max": 100, "str_min_supported": 100, "bash_below": true }
},
{
Expand Down

0 comments on commit b5f04c3

Please sign in to comment.