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