From 571cd1785319667c9d47632069c15432a098f419 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Tue, 8 Jun 2021 18:30:34 -0400 Subject: [PATCH] Merge pull request #10593 from Verkister/patch-55 Makes headsets colorable in the paint machine --- code/game/machinery/painter_vr.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/machinery/painter_vr.dm b/code/game/machinery/painter_vr.dm index 64490a19b2..00e5ebcd5f 100644 --- a/code/game/machinery/painter_vr.dm +++ b/code/game/machinery/painter_vr.dm @@ -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()