mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
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