Merge pull request #5483 from PJB3005/dylan-code

Fixes borg chargers + RMCE.
This commit is contained in:
d3athrow
2015-07-23 15:06:47 -05:00

View File

@@ -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