Skip to content

Commit

Permalink
fix: Let tarps actually shelter fires, let fire rings be used more (#…
Browse files Browse the repository at this point in the history
…5834)

Let tarps actually shelter fires
  • Loading branch information
RobbieNeko authored Dec 26, 2024
1 parent 566acd7 commit 4f44eeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -3577,7 +3577,6 @@
"qualities": [ { "id": "DIG", "level": 1 } ],
"components": [ [ [ "rock", 20 ] ] ],
"pre_note": "Can be deconstructed without tools.",
"pre_terrain": "t_dirt",
"dark_craftable": true,
"post_furniture": "f_firering"
},
Expand Down
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/terrain-manufactured.json
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@
"ter_set": "t_dirt",
"items": [ { "item": "pointy_stick", "count": 4 }, { "item": "string_6", "count": 4 }, { "item": "tarp", "count": 1 } ]
},
"flags": [ "TRANSPARENT", "FLAMMABLE", "THIN_OBSTACLE", "INDOORS", "MOUNTABLE", "EASY_DECONSTRUCT" ]
"flags": [ "TRANSPARENT", "FLAMMABLE", "THIN_OBSTACLE", "INDOORS", "MOUNTABLE", "EASY_DECONSTRUCT", "FLAT" ]
},
{
"type": "terrain",
Expand Down

0 comments on commit 4f44eeb

Please sign in to comment.