mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Merge pull request #10593 from Verkister/patch-55
Makes headsets colorable in the paint machine
This commit is contained in:
committed by
Chompstation Bot
parent
4db0aee294
commit
571cd17853
@@ -17,7 +17,8 @@
|
|||||||
var/list/allowed_types = list(
|
var/list/allowed_types = list(
|
||||||
/obj/item/clothing,
|
/obj/item/clothing,
|
||||||
/obj/item/weapon/storage/backpack,
|
/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()
|
/obj/machinery/gear_painter/update_icon()
|
||||||
|
|||||||
Reference in New Issue
Block a user