Bumps to DreamChecker 1.4

This commit is contained in:
AffectedArc07
2020-06-20 10:51:26 +01:00
parent e3fa9658a8
commit 88f71cc151
32 changed files with 12 additions and 46 deletions

View File

@@ -19,7 +19,6 @@
/obj/item/modular_computer/processor/New(comp)
if(!comp || !istype(comp, /obj/machinery/modular_computer))
CRASH("Inapropriate type passed to obj/item/modular_computer/processor/New()! Aborting.")
return
// Obtain reference to machinery computer
all_components = list()
idle_threads = list()