From 0b751964b0b1d48b2f0251cfbc0ea7708c59b5da Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 19 Dec 2022 06:30:45 +0100 Subject: [PATCH] [MIRROR] Removes gibber showing up twice in the R&D console [MDB IGNORE] (#18219) * Removes gibber showing up twice in the R&D console (#71988) ## About The Pull Request Removes the gibber showing up twice in the R&D console, which has likely been unnoticed for so long because of how similar their sprite is to the food processor. ## Why It's Good For The Game Minor bug fix that I found annoying when I noticed it. ## Changelog :cl: fix: Gibbers no longer show up twice in their techweb node. /:cl: Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com> * Removes gibber showing up twice in the R&D console Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com> --- code/modules/research/techweb/all_nodes.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/research/techweb/all_nodes.dm b/code/modules/research/techweb/all_nodes.dm index 1c845ffbb5e..55891c476e1 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -486,7 +486,6 @@ "dish_drive", "fat_sucker", "gibber", - "gibber", "griddle", "microwave", "monkey_recycler",