Skip to content

Commit

Permalink
Make minor fixe to Freshwater station door and floor
Browse files Browse the repository at this point in the history
We were unable to drop/haul items on the doors tiles.
( Because of NOITEM flag )
Credits to Saicchi for the fixe.

We were unable to deploy furniture on any floor tile.
( Because move cost was > 3 )
  • Loading branch information
Zeropol committed May 4, 2021
1 parent 67105a9 commit 8a19728
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" ],
"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 8a19728

Please sign in to comment.