Skip to content

Commit

Permalink
Allow mattresses as pillow fort material (CleverRaven#33370)
Browse files Browse the repository at this point in the history
* allow mattresses as pillow fort material

* need one more matress for the floor
  • Loading branch information
Fris0uman authored and misterprimus committed Sep 21, 2019
1 parent 7bb5fd9 commit 1a47a39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -2720,7 +2720,10 @@
"required_skills": [ [ "fabrication", 0 ] ],
"time": "15 m",
"pre_special": "check_empty",
"components": [ [ [ "pillow", 19 ], [ "down_pillow", 19 ] ], [ [ "down_blanket", 3 ], [ "blanket", 3 ], [ "fur_blanket", 3 ] ] ],
"components": [
[ [ "pillow", 19 ], [ "down_pillow", 19 ], [ "mattress", 4 ] ],
[ [ "down_blanket", 3 ], [ "blanket", 3 ], [ "fur_blanket", 3 ] ]
],
"pre_terrain": "t_floor",
"post_terrain": "f_pillow_fort"
},
Expand Down

0 comments on commit 1a47a39

Please sign in to comment.