Update code/modules/hydroponics/grown/chili.dm

Co-authored-by: silicons <2003111+silicons@users.noreply.github.com>
This commit is contained in:
Seris02
2020-08-06 06:44:17 +08:00
committed by GitHub
parent 0772d6687f
commit 9b02b6619d
+2 -2
View File
@@ -82,8 +82,8 @@
/obj/item/reagent_containers/food/snacks/grown/ghost_chili/on_attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
. = ..()
held_mob = loc
if(istype(held_mob))
if(ishuman(loc))
held_mob = loc
START_PROCESSING(SSobj, src)
/obj/item/reagent_containers/food/snacks/grown/ghost_chili/process()