Skip to content

Commit

Permalink
Merge pull request CleverRaven#27492 from ralreegorganon/restore-indo…
Browse files Browse the repository at this point in the history
…or-flag-to-t-rock-floor

Restore INDOORS flag to t_rock_floor
  • Loading branch information
ZhilkinSerg authored Jan 8, 2019
2 parents 1b2f8f8 + 7800f9c commit f146951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
"color": "light_gray",
"move_cost": 2,
"roof": "t_flat_roof",
"flags": [ "TRANSPARENT", "COLLAPSES", "SUPPORTS_ROOF", "FLAT", "ROAD" ],
"flags": [ "TRANSPARENT", "INDOORS", "COLLAPSES", "SUPPORTS_ROOF", "FLAT", "ROAD" ],
"bash": { "ter_set": "t_null", "str_min": 75, "str_max": 400, "str_min_supported": 100, "bash_below": true }
},
{
Expand Down

0 comments on commit f146951

Please sign in to comment.