diff --git a/code/game/objects/items/devices/painter/painter.dm b/code/game/objects/items/devices/painter/painter.dm index e873d507b0e..7a9a5a351f0 100644 --- a/code/game/objects/items/devices/painter/painter.dm +++ b/code/game/objects/items/devices/painter/painter.dm @@ -1,6 +1,7 @@ /obj/item/painter name = "modular painter" icon = 'icons/obj/painting.dmi' + icon_state = "floor_painter" usesound = 'sound/effects/spray2.ogg' flags = CONDUCT | NOBLUDGEON w_class = WEIGHT_CLASS_SMALL