From d1b9bb7a1a6a5742bb1c8a241a6fa884c4e35c40 Mon Sep 17 00:00:00 2001 From: Geeves Date: Tue, 21 Jul 2020 18:01:08 +0200 Subject: [PATCH] Destructive Update (#9412) --- code/modules/research/destructive_analyzer.dm | 5 ++++- html/changelogs/geeves-destructive_update.yml | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/geeves-destructive_update.yml diff --git a/code/modules/research/destructive_analyzer.dm b/code/modules/research/destructive_analyzer.dm index a6f18cb3b5b..36cd2c8ee72 100644 --- a/code/modules/research/destructive_analyzer.dm +++ b/code/modules/research/destructive_analyzer.dm @@ -78,5 +78,8 @@ Note: Must be placed within 3 tiles of the R&D Console spawn(10) update_icon() busy = 0 + if(linked_console.screen == 2.1) + linked_console.screen = 2.2 + linked_console.updateUsrDialog() return 1 - return + return \ No newline at end of file diff --git a/html/changelogs/geeves-destructive_update.yml b/html/changelogs/geeves-destructive_update.yml new file mode 100644 index 00000000000..51174c298f6 --- /dev/null +++ b/html/changelogs/geeves-destructive_update.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - bugfix: "Destructive Analyzer UIs now properly update when you place an item in them." \ No newline at end of file