diff --git a/code/game/objects/items/devices/pipe_painter.dm b/code/game/objects/items/devices/pipe_painter.dm index ebb503a940b..82ee393c771 100644 --- a/code/game/objects/items/devices/pipe_painter.dm +++ b/code/game/objects/items/devices/pipe_painter.dm @@ -1,5 +1,6 @@ /obj/item/pipe_painter name = "pipe painter" + desc = "Used for coloring pipes, unsurprisingly." icon = 'icons/obj/bureaucracy.dmi' icon_state = "labeler1" inhand_icon_state = "flight" diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 3fbe3a50b15..fe5a542b76b 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -68,7 +68,8 @@ /obj/item/pipe_dispenser, /obj/item/inducer, /obj/item/plunger, - /obj/item/airlock_painter + /obj/item/airlock_painter, + /obj/item/pipe_painter )) /obj/item/storage/belt/utility/chief