Merge pull request #3818 from PolarisSS13/9/11/2017_tesh_defib_fix

Removes Anti-Bird mechanisms from Defibs
This commit is contained in:
Anewbe
2017-09-11 18:53:13 -04:00
committed by GitHub
+1 -1
View File
@@ -230,7 +230,7 @@
/obj/item/weapon/shockpaddles/update_held_icon()
var/mob/living/M = loc
if(istype(M) && !issmall(M) && M.item_is_in_hands(src) && !M.hands_are_full())
if(istype(M) && M.item_is_in_hands(src) && !M.hands_are_full())
wielded = 1
name = "[initial(name)] (wielded)"
else