Merge pull request #7518 from Meghan-Rossi/borgcookfix

Fix cyborgs not being able to cook
This commit is contained in:
Atermonera
2020-08-20 22:24:03 -07:00
committed by VirgoBot
parent d63f0b2c3e
commit 0ebcca246e
4 changed files with 13 additions and 3 deletions

View File

@@ -182,7 +182,7 @@
//Handles all validity checking and error messages for inserting things
/obj/machinery/appliance/proc/can_insert(var/obj/item/I, var/mob/user)
if (istype(I.loc, /mob/living/silicon))
if (istype(I, /obj/item/weapon/gripper))
return 0
else if (istype(I.loc, /obj/item/rig_module))
return 0