From 595f2bf86f439f454b899503abb8d33c336c0dff Mon Sep 17 00:00:00 2001 From: WilliamMurdoch <31459154+WilliamMurdoch@users.noreply.github.com> Date: Fri, 28 Aug 2020 06:07:12 -0400 Subject: [PATCH] Research Module Gripper Fix (#9806) --- .../mob/living/silicon/robot/items/gripper.dm | 5 ++- .../WilliamMurdoch-SciborgGripperFix.yml | 41 +++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/WilliamMurdoch-SciborgGripperFix.yml diff --git a/code/modules/mob/living/silicon/robot/items/gripper.dm b/code/modules/mob/living/silicon/robot/items/gripper.dm index 94e519e734e..90c90d56cb6 100644 --- a/code/modules/mob/living/silicon/robot/items/gripper.dm +++ b/code/modules/mob/living/silicon/robot/items/gripper.dm @@ -231,7 +231,8 @@ /obj/item/material/minihoe,//Farmbots and xenoflora /obj/item/computer_hardware, /obj/item/slimesteroid, - /obj/item/slimesteroid2 + /obj/item/slimesteroid2, + /obj/item/remote_mecha ) /obj/item/gripper/chemistry //A gripper designed for chemistry, to allow borgs to work efficiently in the lab @@ -282,4 +283,4 @@ can_hold = list( /obj/item/stack/material, /obj/item/stack/tile - ) \ No newline at end of file + ) diff --git a/html/changelogs/WilliamMurdoch-SciborgGripperFix.yml b/html/changelogs/WilliamMurdoch-SciborgGripperFix.yml new file mode 100644 index 00000000000..1e9e97d13fb --- /dev/null +++ b/html/changelogs/WilliamMurdoch-SciborgGripperFix.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: WilliamMurdoch + +# 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: "Research robots can now pick up exosuit remote control chips with their gripper."