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
@@ -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()
@@ -195,7 +195,6 @@
if(!computer)
// This program shouldn't even be runnable without computer.
CRASH("Var computer is null!")
return 1
if(!hard_drive)
computer.visible_message("\The [computer] shows an \"I/O Error - Hard drive connection error\" warning.")
else // In 99.9% cases this will mean our HDD is full
@@ -67,7 +67,6 @@
holder.shutdown_computer()
return TRUE
return FALSE
// Stock parts