Skip to content

Commit

Permalink
Merge pull request #47878 from Xenomorph-III/1st_aid_fix
Browse files Browse the repository at this point in the history
Add scissors to the First Aid Kit
  • Loading branch information
Rivet-the-Zombie committed Mar 6, 2021
2 parents 5960368 + b96a958 commit 6b8695f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions data/json/itemgroups/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,8 @@
{ "item": "adhesive_bandages", "charges": 6 },
{ "item": "bandages", "charges": 3 },
{ "item": "medical_gauze", "count": 6 },
{ "item": "booklet_firstaid" }
{ "item": "booklet_firstaid" },
{ "item": "scissors" }
]
},
{
Expand All @@ -363,7 +364,8 @@
{ "item": "adhesive_bandages", "charges": [ 0, 6 ] },
{ "item": "bandages", "charges": [ 0, 3 ] },
{ "item": "medical_gauze", "count": [ 0, 6 ] },
{ "item": "booklet_firstaid", "prob": 50 }
{ "item": "booklet_firstaid", "prob": 50 },
{ "item": "scissors", "prob": 50 }
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1717,15 +1717,15 @@
"looks_like": "1st_aid",
"description": "A plastic box that used to contain a first aid kit.",
"weight": "50 g",
"volume": "2600 ml",
"volume": "2650 ml",
"price": 0,
"price_postapoc": 0,
"to_hit": -2,
"material": [ "plastic" ],
"pocket_data": [
{
"pocket_type": "CONTAINER",
"max_contains_volume": "2300 ml",
"max_contains_volume": "2450 ml",
"max_contains_weight": "3 kg",
"rigid": true,
"moves": 400
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/tool/stationary.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"description": "These are a long pair of heavy-duty scissors. Use scissors to cut items made from cotton (like clothing) into rags.",
"ascii_picture": "scissors",
"weight": "113 g",
"volume": "250 ml",
"volume": "145 ml",
"price": 400,
"price_postapoc": 10,
"to_hit": -1,
Expand Down

0 comments on commit 6b8695f

Please sign in to comment.