mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
get_cell() helper (#19661)
* get_cell() helper * what the fuck are you doing here
This commit is contained in:
@@ -336,7 +336,7 @@ var/global/powernets_broke = 0
|
||||
cell = power_source
|
||||
else if(istype(power_source, /obj/machinery/power/apc))
|
||||
var/obj/machinery/power/apc/apc = power_source
|
||||
cell = apc.cell
|
||||
cell = apc.get_cell()
|
||||
|
||||
if(apc.terminal)
|
||||
PN = apc.terminal.powernet
|
||||
|
||||
Reference in New Issue
Block a user