mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user