From a068aebb938feddd88b5e1f0362818853dec3e9c Mon Sep 17 00:00:00 2001 From: Sypsoti <98442665+Sypsoti@users.noreply.github.com> Date: Tue, 3 May 2022 11:05:48 -0500 Subject: [PATCH] Merge pull request #8599 from Atermonera/toner_sprites Toner has a sprite again --- code/modules/paperwork/photocopier.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/paperwork/photocopier.dm b/code/modules/paperwork/photocopier.dm index 13d288c93af..708fe7fca4f 100644 --- a/code/modules/paperwork/photocopier.dm +++ b/code/modules/paperwork/photocopier.dm @@ -384,5 +384,6 @@ /obj/item/device/toner name = "toner cartridge" + icon = 'icons/obj/device.dmi' icon_state = "tonercartridge" var/toner_amount = 30