mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Merge pull request #5483 from PJB3005/dylan-code
Fixes borg chargers + RMCE.
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
src.use_power = 1
|
||||
// Removes dropped items/magically appearing mobs from the charger too
|
||||
for (var/atom/movable/x in src.contents)
|
||||
if(!(x in upgrade_holder))
|
||||
if(!(x in upgrade_holder | component_parts))
|
||||
x.forceMove(src.loc)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user