diff --git a/code/game/objects/items/weapons/storage/artistic_toolbox.dm b/code/game/objects/items/weapons/storage/artistic_toolbox.dm index 31165dfdc30..955a9b4f7b2 100644 --- a/code/game/objects/items/weapons/storage/artistic_toolbox.dm +++ b/code/game/objects/items/weapons/storage/artistic_toolbox.dm @@ -31,7 +31,7 @@ else flags &= ~NODROP else - to_chat(user, "You can't see to understand what this does.") + to_chat(user, "You can't seem to understand what this does.") /obj/item/storage/toolbox/green/memetic/attack_hand(mob/living/carbon/user)