Merge pull request #2153 from CHOMPStationBot/upstream-merge-10593

[MIRROR] Makes headsets colorable in the paint machine
This commit is contained in:
Nadyr
2021-06-08 19:25:19 -04:00
committed by GitHub
+2 -1
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()