From 615c9a2dbde0ad30cf92d184ce18f23c09d42a88 Mon Sep 17 00:00:00 2001 From: Kevin Fries Date: Thu, 24 Feb 2022 06:18:56 -0800 Subject: [PATCH] Repair description of irish_cream and beepsky_smash (#17443) --- 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 3ff4caee472..45218cffb97 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol.dm @@ -530,7 +530,6 @@ color = "#664300" // rgb: 102, 67, 0 alcohol_perc = 0.5 drink_icon = "beepskysmashglass" - description = "Whiskey-imbued cream, what else would you expect from the Irish." drink_name = "Beepsky Smash" drink_desc = "Heavy, hot and strong. Just like the Iron fist of the LAW." taste_description = "THE LAW" @@ -543,6 +542,7 @@ /datum/reagent/consumable/ethanol/irish_cream name = "Irish Cream" id = "irishcream" + description = "Whiskey-imbued cream, what else would you expect from the Irish." reagent_state = LIQUID color = "#664300" // rgb: 102, 67, 0 alcohol_perc = 0.3