mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
[MIRROR] Fixes heretic mass-item deletion during transmutation bug (#1309)
* Fixes heretic mass-item deletion during transmutation bug (#54371) fix: fixes heretic mass deletion during transmutation bug. * Fixes heretic mass-item deletion during transmutation bug Co-authored-by: EdgeLordExe <42111655+EdgeLordExe@users.noreply.github.com>
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
if(is_type_in_list(local_atom_in_range,local_required_atom_list))
|
||||
selected_atoms |= local_atom_in_range
|
||||
local_required_atoms -= list(local_required_atom_list)
|
||||
break
|
||||
|
||||
if(length(local_required_atoms) > 0)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user