Skip to content

Commit

Permalink
Improve player medbot
Browse files Browse the repository at this point in the history
🆑
rscadd: Player-controlled medibots can examine a patient to know what chems are in the patient's body.
/🆑
  • Loading branch information
octareenroon91 committed Feb 1, 2016
1 parent 9aab744 commit f8df0e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/mob/living/simple_animal/bot/medbot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,11 @@
else
..()

/mob/living/simple_animal/bot/medbot/examinate(atom/A as mob|obj|turf in view())
..()
if(!is_blind(src))
chemscan(src, A)

/mob/living/simple_animal/bot/medbot/proc/medicate_patient(mob/living/carbon/C)
if(!on)
return
Expand Down

0 comments on commit f8df0e4

Please sign in to comment.