Merge pull request #10593 from Verkister/patch-55

Makes headsets colorable in the paint machine
This commit is contained in:
Aronai Sieyes
2021-06-08 18:30:34 -04:00
committed by Chompstation Bot
parent 4db0aee294
commit 571cd17853

View File

@@ -17,7 +17,8 @@
var/list/allowed_types = list(
/obj/item/clothing,
/obj/item/weapon/storage/backpack,
/obj/item/weapon/storage/belt
/obj/item/weapon/storage/belt,
/obj/item/device/radio/headset
)
/obj/machinery/gear_painter/update_icon()