diff --git a/code/modules/surgery/surgery.dm b/code/modules/surgery/surgery.dm index b7304bfc562..999a441e7c3 100644 --- a/code/modules/surgery/surgery.dm +++ b/code/modules/surgery/surgery.dm @@ -103,7 +103,8 @@ proc/spread_germs_to_organ(var/obj/item/organ/external/E, var/mob/living/carbon/ /obj/item/device/breath_analyzer, /obj/item/personal_inhaler, /obj/item/clothing/accessory/stethoscope, - /obj/item/autopsy_scanner + /obj/item/autopsy_scanner, + /obj/item/grab ) // Check for multi-surgery drifting. var/zone = user.zone_sel.selecting diff --git a/html/changelogs/omicega-bugfixsaoidsaiomdsaiodf4.yml b/html/changelogs/omicega-bugfixsaoidsaiomdsaiodf4.yml new file mode 100644 index 00000000000..6a4af8c7b03 --- /dev/null +++ b/html/changelogs/omicega-bugfixsaoidsaiomdsaiodf4.yml @@ -0,0 +1,13 @@ +# Your name. +author: Omicega + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Fixes injury inspection via grab not working on surgery tables."