Skip to content

Commit

Permalink
body pillow recipe makes makeshift body pillow now (#47917)
Browse files Browse the repository at this point in the history
  • Loading branch information
OromisElf authored and ZhilkinSerg committed Mar 13, 2021
1 parent 2a0ebcb commit 744ea57
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
9 changes: 9 additions & 0 deletions data/json/items/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -2400,6 +2400,15 @@
"flags": [ "SLEEP_AID" ],
"category": "other"
},
{
"type": "GENERIC",
"id": "bodypillow_makeshift",
"copy-from": "bodypillow",
"name": { "str": "makeshift body pillow" },
"description": "A big, body-sized pillow. Someone drew a vaguely humanoid figure on it. Its heartwarming smile fills you with joy.",
"price": 100,
"price_postapoc": 50
},
{
"type": "GENERIC",
"id": "down_pillow",
Expand Down
5 changes: 5 additions & 0 deletions data/json/recipes/recipe_obsolete.json
Original file line number Diff line number Diff line change
Expand Up @@ -2746,5 +2746,10 @@
"type": "recipe",
"result": "ecs_lajatang_off",
"obsolete": true
},
{
"type": "recipe",
"result": "bodypillow",
"obsolete": true
}
]
2 changes: 1 addition & 1 deletion data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "bodypillow",
"result": "bodypillow_makeshift",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_OTHER",
"skill_used": "tailor",
Expand Down

0 comments on commit 744ea57

Please sign in to comment.