Catches a missing removal of the circuit board.

This commit is contained in:
Datraen
2016-05-12 22:21:47 -04:00
parent 2ba17c6c88
commit 4c04c6d2b2

View File

@@ -327,7 +327,7 @@
src.updateUsrDialog()
/obj/machinery/microwave/proc/dispose()
for (var/obj/O in (contents-component_parts))
for (var/obj/O in ((contents-component_parts)-circuit))
O.loc = src.loc
if (src.reagents.total_volume)
src.dirty++