From b23b5b62d98ab5b70a7cc6a198c6fce6ba43e1b7 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Fri, 6 Jun 2014 02:43:38 -0400 Subject: [PATCH] Made hyperzine same color as salt, because HAHA --- code/modules/reagents/Chemistry-Reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index 8bb46d1401d..8fefd384ae6 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -1873,7 +1873,7 @@ datum id = "hyperzine" description = "Hyperzine is a highly effective, long lasting, muscle stimulant. It is highly addictive." reagent_state = SOLID - color = "#CCFF00" // rgb: 204, 255, 0 + color = "#FFFFFF" // rgb: 255,255,255 on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom