From 7b1433660825acd97b62193f9c0c091515aad275 Mon Sep 17 00:00:00 2001 From: Nerezza Date: Mon, 16 Jul 2012 12:57:35 -0500 Subject: [PATCH] The medical borg's hypo looks to be using the icon 'borghypo' from syringes.dmi which doesn't exist. I think this should fix it so medicalborgs have hypos again. --- code/modules/chemical/Chemistry-Tools.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/chemical/Chemistry-Tools.dm b/code/modules/chemical/Chemistry-Tools.dm index 62f9d1e6e4a..3c5dc4b2126 100644 --- a/code/modules/chemical/Chemistry-Tools.dm +++ b/code/modules/chemical/Chemistry-Tools.dm @@ -1,4 +1,3 @@ - //BUG!!!: reactions on splashing etc cause errors because stuff gets deleted before it executes. // Bandaid fix using spawn - very ugly, need to fix this. @@ -1345,7 +1344,7 @@ desc = "An advanced chemical synthesizer and injection system, designed for heavy-duty medical equipment." icon = 'syringe.dmi' item_state = "hypo" - icon_state = "borghypo" + icon_state = "hypo" amount_per_transfer_from_this = 5 volume = 30 possible_transfer_amounts = null