This commit is contained in:
Ghommie
2019-07-03 03:24:28 +02:00
328 changed files with 9909 additions and 6862 deletions

View File

@@ -44,7 +44,7 @@
return machinery_computer.update_icon()
// This thing is not meant to be used on it's own, get topic data from our machinery owner.
//obj/item/modular_computer/processor/canUseTopic(atom/movable/M, be_close=FALSE, no_dextery=FALSE)
//obj/item/modular_computer/processor/canUseTopic(atom/movable/M, be_close=FALSE, no_dextery=FALSE, no_tk=FALSE)
// if(!machinery_computer)
// return 0

View File

@@ -46,7 +46,7 @@
/obj/machinery/modular_computer/emag_act(mob/user)
. = ..()
if(cpu)
return cpu.emag_act(user)
. |= cpu.emag_act(user)
/obj/machinery/modular_computer/update_icon()
cut_overlays()