diff --git a/code/game/machinery/iv_drip.dm b/code/game/machinery/iv_drip.dm index a35c17ee9e89..0b2b01fdb918 100644 --- a/code/game/machinery/iv_drip.dm +++ b/code/game/machinery/iv_drip.dm @@ -60,7 +60,7 @@ return if(!skillcheck(user, SKILL_SURGERY, SKILL_SURGERY_NOVICE)) - to_chat(user, SPAN_WARNING("You don't know how to connect this!")) + to_chat(user, SPAN_WARNING("You don't know how to [attached ? "disconnect" : "connect"] this!")) return if(attached)