Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Dec 10, 2024
1 parent 890b3b4 commit 21ed1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_bluemoon/code/modules/apc_arcing/apc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21ed1ce

Please sign in to comment.