diff --git a/code/modules/paperwork/photocopier.dm b/code/modules/paperwork/photocopier.dm index ee16c94ee28..99fcaf0a589 100644 --- a/code/modules/paperwork/photocopier.dm +++ b/code/modules/paperwork/photocopier.dm @@ -11,7 +11,7 @@ name = "photocopier" desc = "Used to copy important documents and anatomy studies." icon = 'icons/obj/library.dmi' - icon_state = "bigscanner" + icon_state = "photocopier" anchored = 1 density = 1 use_power = 1 @@ -228,7 +228,7 @@ copy = O O.loc = src user << "You insert [O] into [src]." - flick("bigscanner1", src) + flick("photocopier1", src) updateUsrDialog() else user << "There is already something in [src]!" @@ -240,7 +240,7 @@ photocopy = O O.loc = src user << "You insert [O] into [src]." - flick("bigscanner1", src) + flick("photocopier1", src) updateUsrDialog() else user << "There is already something in [src]!" diff --git a/icons/obj/library.dmi b/icons/obj/library.dmi index e15935f6ff3..30829ab1db1 100644 Binary files a/icons/obj/library.dmi and b/icons/obj/library.dmi differ