From 9cfeeeb8296ea367120549d223ce87debda4702f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 6 Jan 2021 05:55:38 -0800 Subject: Rebuild for 22 casing fix Fix lto --- 0013-22-casings-can-stack.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 0013-22-casings-can-stack.patch (limited to '0013-22-casings-can-stack.patch') diff --git a/0013-22-casings-can-stack.patch b/0013-22-casings-can-stack.patch new file mode 100644 index 0000000..4085863 --- /dev/null +++ b/0013-22-casings-can-stack.patch @@ -0,0 +1,17 @@ +--- a/data/json/items/generic/casing.json ++++ b/data/json/items/generic/casins.json +@@ -32,13 +32,9 @@ + { + "id": "22_casing_new", ++ "copy-from": "casing", + "type": "GENERIC", +- "category": "spare_parts", +- "price": 100, + "name": { "str": "unused .22 casing" }, +- "symbol": "=", +- "color": "yellow", + "description": "An unfired, like-new .22 round casing, with the primer still intact.", +- "material": [ "powder", "brass" ], + "volume": "3 ml", + "weight": "1 g" + }, -- cgit v1.2.1