From 21ed1ce8e2e84cc40209daebbe6a0e8d0d3fe82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D0=BA?= Date: Wed, 11 Dec 2024 02:33:59 +0300 Subject: [PATCH] ? --- modular_bluemoon/code/modules/apc_arcing/apc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_bluemoon/code/modules/apc_arcing/apc.dm b/modular_bluemoon/code/modules/apc_arcing/apc.dm index a2bde623e1b6..c5810439424d 100644 --- a/modular_bluemoon/code/modules/apc_arcing/apc.dm +++ b/modular_bluemoon/code/modules/apc_arcing/apc.dm @@ -24,7 +24,7 @@ . = ..() if(!cell || shorted) return - var/excess = terminal.powernet.avail + var/excess = terminal.powernet?.avail if(((excess < APC_ARC_LOWERLIMIT) && !force_arcing) || arc_shielded) return var/shock_chance = 5