mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #3103 from CHOMPStationBot/upstream-merge-11599
[MIRROR] [MIRROR] fixes crafting reqs not storing parts in the result
This commit is contained in:
@@ -347,7 +347,7 @@
|
|||||||
amt--
|
amt--
|
||||||
|
|
||||||
// Prepare to stuff inside product, don't delete it
|
// Prepare to stuff inside product, don't delete it
|
||||||
if(is_path_in_list(path_key, parts))
|
if(is_path_in_list(path_key, R.parts))
|
||||||
parts["items"] += I
|
parts["items"] += I
|
||||||
amt_to_transfer--
|
amt_to_transfer--
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user