diff --git a/code/modules/mob/living/silicon/robot/inventory.dm b/code/modules/mob/living/silicon/robot/inventory.dm index 7faf3151971..abda564522c 100644 --- a/code/modules/mob/living/silicon/robot/inventory.dm +++ b/code/modules/mob/living/silicon/robot/inventory.dm @@ -254,6 +254,8 @@ W.forceMove(get_turf(src)) return FALSE +/mob/living/silicon/robot/remove_from_mob(var/obj/O) //Necessary to clear gripper when trying to place items in things (grinders, smartfridges, vendors, etc) + drop_item() /mob/living/silicon/robot/drop_item() if (istype(module_active, /obj/item/gripper)) diff --git a/html/changelogs/doxxmedearly - borg_item_drop.yml b/html/changelogs/doxxmedearly - borg_item_drop.yml new file mode 100644 index 00000000000..bbaaf8325c8 --- /dev/null +++ b/html/changelogs/doxxmedearly - borg_item_drop.yml @@ -0,0 +1,6 @@ +author: Doxxmedearly + +delete-after: True + +changes: + - bugfix: "Fixed a bug where phantom items would remain in a borg's gripper after attempting to place them in things like vendors and grinders."