From a7fe2ca0fffd5a29cbe96d37a818ade4ae42b898 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 6 Jun 2019 16:03:24 -0400 Subject: [PATCH] paper work icons --- code/modules/cargo/order.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/cargo/order.dm b/code/modules/cargo/order.dm index 8776d8f8fc..b576928bfe 100644 --- a/code/modules/cargo/order.dm +++ b/code/modules/cargo/order.dm @@ -101,8 +101,10 @@ name = "Incomplete Paperwork" desc = "These should've been filled out four months ago! Unfinished grant papers issued by Nanotrasen's finance department. Complete this page for additional funding." icon = 'icons/obj/bureaucracy.dmi' + icon_state = "docs_generic" /obj/item/folder/paperwork_correct name = "Finished Paperwork" desc = "A neat stack of filled-out forms, in triplicate and signed. Is there anything more satisfying? Make sure they get stamped." icon = 'icons/obj/bureaucracy.dmi' + icon_state = "docs_verified"