mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +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--
|
||||
|
||||
// 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
|
||||
amt_to_transfer--
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user