Skip to content

Commit

Permalink
Fix gravel terrain. (#35567)
Browse files Browse the repository at this point in the history
* Fix gravel terrain.

* Change ter_set to t_null and str_min in gravel
  • Loading branch information
arijust authored and ZhilkinSerg committed Nov 18, 2019
1 parent 4ca4ae6 commit 11de18e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/furniture_and_terrain/terrain-railroads.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"color": [ "brown" ],
"move_cost": 2,
"bash": {
"str_min": 4,
"str_min": 30,
"str_max": 40,
"ter_set": "t_rock_floor",
"ter_set": "t_null",
"sound": "crunch!",
"sound_fail": "whump!",
"items": [ { "item": "pebble", "count": [ 1, 3 ] }, { "item": "sharp_rock", "count": [ 0, 1 ] } ]
},
"deconstruct": {
"ter_set": "t_rock_floor",
"ter_set": "t_null",
"items": [ { "item": "pebble", "count": [ 2, 6 ] }, { "item": "sharp_rock", "count": [ 1, 3 ] } ]
},
"flags": [ "BASHABLE", "TRANSPARENT" ]
Expand Down

0 comments on commit 11de18e

Please sign in to comment.