diff --git a/code/game/objects/items/devices/scanners.dm b/code/game/objects/items/devices/scanners.dm index 7029fe8923e..152ed260303 100644 --- a/code/game/objects/items/devices/scanners.dm +++ b/code/game/objects/items/devices/scanners.dm @@ -923,7 +923,7 @@ SLIME SCANNER datatoprint = "" scanning = TRUE else - to_chat(usr, "[src] has no logs or is already in use.") + to_chat(usr, "[src] has no logs or is already in use.") /obj/item/reagent_scanner/ui_action_click() print_report()