diff --git a/code/game/machinery/bots/medbot.dm b/code/game/machinery/bots/medbot.dm index cb759f1edba..95dcf14267f 100644 --- a/code/game/machinery/bots/medbot.dm +++ b/code/game/machinery/bots/medbot.dm @@ -612,6 +612,7 @@ A.treatment_brute = treatment_brute A.treatment_fire = treatment_fire A.treatment_tox = treatment_tox + A.treatment_virus = treatment_virus qdel(S) user.put_in_hands(A) user << "You add the robot arm to the first aid kit."