Tweaks/fixes some bot radio/language stuff, lazarus capsules

This commit is contained in:
Tastyfish
2016-04-04 02:02:19 -04:00
parent 9e74cbcc1b
commit 16c8e24f04
5 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -211,7 +211,7 @@
return ..()
/obj/item/device/mobcapsule/attack(var/atom/A, mob/user, prox_flag)
if(!istype(A, /mob/living/simple_animal))
if(!istype(A, /mob/living/simple_animal) || isbot(A))
return ..()
capture(A, user)
return 1