mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Circuit printers print uncharged batteries (#23003)
Having to manually open closed circuits and install a battery in each individual one was pain when cloning large volumes. Now the circuit printer spawns the circuit with an uncharged battery. If you want a better battery, or a charged one you still have to take it out.
This commit is contained in:
@@ -42,6 +42,8 @@
|
||||
. = ..()
|
||||
if (!printed)
|
||||
battery = new /obj/item/cell/device(src)
|
||||
else
|
||||
battery = new /obj/item/cell/device/empty(src)
|
||||
START_PROCESSING(SSelectronics, src)
|
||||
access_card = new /obj/item/card/id(src)
|
||||
if (!matter) //Matter amounts might be set during the cloning process.
|
||||
|
||||
Reference in New Issue
Block a user