diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-20 10:31:24 -0700 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-20 10:31:24 -0700 |
| commit | 4daa02ee827e6fe98b4a1999182aca09a1d7b3c8 (patch) | |
| tree | 42153e5dc473ad7de164d1f0047e40d11aa5652f | |
| parent | Clean up the maid vest and tuxedo recipes (diff) | |
| download | cataclysm-dda-mod_battle-maid-redone-4daa02ee827e6fe98b4a1999182aca09a1d7b3c8.tar.xz | |
Swap adhesive requirements on compact and small hardcases
| -rw-r--r-- | recipes.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes.json b/recipes.json index 37e612d..b3417c8 100644 --- a/recipes.json +++ b/recipes.json @@ -936,7 +936,7 @@ [ "welding_standard", 2 ], [ "tailoring_leather_small", 14 ], [ "plastic_molding", 14 ], - [ "adhesive", 4 ] + [ "adhesive", 5 ] ], "components": [ [ [ "kawaii_maid_hardcase_slim", 1 ] ] @@ -956,7 +956,7 @@ [ "welding_standard", 2 ], [ "tailoring_leather_small", 10 ], [ "plastic_molding", 10 ], - [ "adhesive", 5 ] + [ "adhesive", 4 ] ] }, { |
