From 3e1d0ca38f9a622a9663a89dd418772dc04bd435 Mon Sep 17 00:00:00 2001 From: Mykhailo Bykhovtsev Date: Tue, 17 Jul 2018 12:55:40 -0700 Subject: [PATCH] Fixes #5000 (#5001) --- code/modules/mob/living/silicon/robot/component.dm | 2 +- html/changelogs/Sindorman-bugfix.yml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/Sindorman-bugfix.yml diff --git a/code/modules/mob/living/silicon/robot/component.dm b/code/modules/mob/living/silicon/robot/component.dm index 1ed45bdb806..da7b8f53a00 100644 --- a/code/modules/mob/living/silicon/robot/component.dm +++ b/code/modules/mob/living/silicon/robot/component.dm @@ -39,8 +39,8 @@ wrapped.icon_state = brokenstate // Module-specific broken icons! Yay! // The thing itself isn't there anymore, but some fried remains are. - installed = -1 uninstall() + installed = -1 /datum/robot_component/proc/take_damage(brute, electronics, sharp, edge) if(installed != 1) return diff --git a/html/changelogs/Sindorman-bugfix.yml b/html/changelogs/Sindorman-bugfix.yml new file mode 100644 index 00000000000..2d175b1463a --- /dev/null +++ b/html/changelogs/Sindorman-bugfix.yml @@ -0,0 +1,13 @@ + +author: PoZe + +# 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: "Destroyed cyborg components no longer just vanish"