Fix cyborgs not being able to cook

*Cyborgs can now put oven dishes in the oven with their grippers
*Cyborgs can now put things into oven dishes with their grippers
This commit is contained in:
Meghan-Rossi
2020-08-17 04:31:18 +01:00
parent 812d341ff5
commit 1d8a623972
4 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ var/list/slot_equipment_priority = list( \
if(!I) //If there's nothing to drop, the drop is automatically successful.
return 1
var/slot = get_inventory_slot(I)
return slot && I.mob_can_unequip(src, slot)
return I.mob_can_unequip(src, slot)
/mob/proc/get_inventory_slot(obj/item/I)
var/slot = 0