Skip to content

Commit

Permalink
Merge pull request #48748 from Zeropol/Fixes-freshwater-door-and-floo…
Browse files Browse the repository at this point in the history
…r-(-can-deploy-furniture,-can-haul-items-)

Make minor fixe to Freshwater station door and floor
  • Loading branch information
Rivet-the-Zombie authored May 5, 2021
2 parents 07c58d9 + 754a6ce commit 7c20c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/terrain-doors.json
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@
"move_cost": 1,
"coverage": 95,
"roof": "t_metal_flat_roof",
"flags": [ "NOITEM", "CONNECT_TO_WALL", "BLOCK_WIND" ],
"flags": [ "CONNECT_TO_WALL", "FLAT", "ROAD" ],
"close": "t_door_metal_bulkhead_c",
"bash": {
"str_min": 80,
Expand Down
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/terrain-liquids.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
"symbol": "#",
"looks_like": "t_metal_floor",
"color": "light_gray",
"move_cost": 8,
"move_cost": 3,
"flags": [ "TRANSPARENT", "SUPPORTS_ROOF", "INDOORS", "FLAT", "ROAD", "MINEABLE" ],
"bash": {
"sound": "thump",
Expand Down

0 comments on commit 7c20c92

Please sign in to comment.