Adds more autotransfer filters, ore "recycling", and item digestability toggle. (#7102)

This commit is contained in:
Verkister
2023-10-26 19:45:57 +03:00
committed by GitHub
parent 7909a80fe8
commit da219bad86
13 changed files with 337 additions and 110 deletions

View File

@@ -174,10 +174,10 @@
/obj/item/ore_chunk
name = "ore chunk"
desc = "A conglomerate of ore."
icon = 'icons/obj/mining_ore_vr.dmi'
icon = 'icons/obj/xenoarchaeology.dmi' //CHOMPEdit
icon_state = "strange"
randpixel = 8
w_class = ITEMSIZE_SMALL
w_class = ITEMSIZE_LARGE //CHOMPEdit
var/list/stored_ore = list(
"sand" = 0,
"hematite" = 0,