mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Fix RPEDs delete beakers (#29788)
Co-authored-by: Arthri <41360489+a@users.noreply.github.com>
This commit is contained in:
@@ -440,7 +440,7 @@
|
||||
if(B.reagents.maximum_volume <= A.reagents.maximum_volume)
|
||||
continue
|
||||
W.remove_from_storage(B, src)
|
||||
W.handle_item_insertion(A, TRUE)
|
||||
W.handle_item_insertion(A, user, TRUE)
|
||||
component_parts -= A
|
||||
component_parts += B
|
||||
B.loc = null
|
||||
|
||||
Reference in New Issue
Block a user