From 158000c8fafadfbdb767c68ae50fc73e76e02e3d Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 4 Dec 2025 16:48:26 -0500 Subject: [PATCH] Change reagent color of syndicate bomb. (#31187) --- code/modules/reagents/chemistry/reagents/alcohol.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/alcohol.dm b/code/modules/reagents/chemistry/reagents/alcohol.dm index 71a5a30b060..2c20fa10b12 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol.dm @@ -1020,7 +1020,7 @@ name = "Syndicate Bomb" id = "syndicatebomb" description = "A Syndicate bomb" - color = "#b4202a" + color = "#9c892a" alcohol_perc = 0.2 drink_icon = "syndicatebomb" drink_name = "Syndicate Bomb"