From abd819b0b4ba5a2b5252b2e8531ba0110238967e Mon Sep 17 00:00:00 2001 From: lbnesquik Date: Thu, 3 Sep 2020 21:13:04 +0200 Subject: [PATCH] Allow inducers to interact with APC's. Probably. --- code/modules/power/apc_vr.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/power/apc_vr.dm b/code/modules/power/apc_vr.dm index c08c9b8db04..ec7d4dba090 100644 --- a/code/modules/power/apc_vr.dm +++ b/code/modules/power/apc_vr.dm @@ -6,4 +6,7 @@ NA.apc = src area = NA name = "[area.name] APC" - update() \ No newline at end of file + update() + +/obj/machinery/power/apc/get_cell() + return cell \ No newline at end of file