Skip to content

Commit

Permalink
Update code/game/machinery/iv_drip.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Aug 9, 2023
1 parent 563a058 commit e7ee952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/iv_drip.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e7ee952

Please sign in to comment.