istype -> ishuman

This commit is contained in:
Remie Richards
2016-03-24 20:38:15 +00:00
parent b9a2c7fdfe
commit 9f5114ee51
@@ -183,7 +183,7 @@
/obj/structure/beebox/attack_hand(mob/user)
if(istype(user, /mob/living/carbon/human))
if(ishuman(user))
if(!user.bee_friendly())
//Time to get stung!
var/bees = FALSE
@@ -236,4 +236,4 @@
QB.name = queen_bee.name
if(!user.put_in_active_hand(QB))
QB.loc = get_turf(src)
visible_message("<span class='notice'>[user] removes the queen from the apiary.</span>")
visible_message("<span class='notice'>[user] removes the queen from the apiary.</span>")