mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-29 08:09:34 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user