Integrated circuits can be recycled and charged in rechargers (#23004)

Also generalizes autolathe recycling so that other containers can alt
click it to be recycled. Currently its still only circuits and the part
exchanger.

changes:
- qol: "Integrated circuit assemblies can now be recycled in autolathes.
They can't be recycled in the printer, because clicking the printer with
the circuit is required to scan it for cloning."
  - qol: "Integrated circuits can now be charged in rechargers."



https://github.com/user-attachments/assets/1b8325a8-aca0-4df0-a2a3-763eb8cec989
This commit is contained in:
FenodyreeAv
2026-08-13 16:25:05 +00:00
committed by GitHub
parent f604244197
commit 038abdc905
7 changed files with 43 additions and 10 deletions
@@ -30,7 +30,8 @@
/obj/item/clothing/mask/smokable/ecig,
/obj/item/inductive_charger/handheld,
/obj/item/auto_cpr,
/obj/item/personal_shield
/obj/item/personal_shield,
/obj/item/electronic_assembly
)
var/icon_state_charged = "recharger100"
var/icon_state_charging = "recharger"