diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-07 09:15:54 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-07 09:15:54 -0700 |
commit | 87d516615c70689c366caddafaac75dfdb9f6ec1 (patch) | |
tree | e808106846a7dac4c462197e94440123f7d14249 /0031-vacutainer-is-not-a-weapon.patch | |
parent | Uppdated to 2021-10-04-1824 (diff) | |
download | cataclysm-bn-87d516615c70689c366caddafaac75dfdb9f6ec1.tar.xz |
Fix more foods listed as incorrect materials.
Fix vampire patch to reject alcohol and foodplace foodstuff.
Fix vampire patch to properly reject 0 nutrition foods.
Diffstat (limited to '0031-vacutainer-is-not-a-weapon.patch')
-rw-r--r-- | 0031-vacutainer-is-not-a-weapon.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/0031-vacutainer-is-not-a-weapon.patch b/0031-vacutainer-is-not-a-weapon.patch new file mode 100644 index 0000000..5560e6f --- /dev/null +++ b/0031-vacutainer-is-not-a-weapon.patch @@ -0,0 +1,12 @@ +--- a/data/json/items/tool/med.json ++++ b/data/json/items/tool/med.json +@@ -174,7 +174,8 @@ + }, + { + "id": "vacutainer", +- "type": "CONTAINER", ++ "type": "TOOL", ++ "category": "tools", + "name": { "str": "blood draw kit" }, + "description": "This is a kit for drawing blood, including a test tube for holding the sample. Use this tool to draw blood, either from yourself or from a corpse you are standing on.", + "weight": "13 g", |