From 2e4ea9afa69b2a8f53def3e8415d1928ed0d8b92 Mon Sep 17 00:00:00 2001 From: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Date: Sun, 18 Dec 2022 15:46:37 -0500 Subject: [PATCH] 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> --- 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 b23674773b8..3194d0368fe 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -450,7 +450,6 @@ "dish_drive", "fat_sucker", "gibber", - "gibber", "griddle", "microwave", "monkey_recycler",