From e394ee277d8d77b7a828b8abf13c080e597e57c2 Mon Sep 17 00:00:00 2001 From: ArtemDerp <87157426+ArtemDerp@users.noreply.github.com> Date: Sun, 10 Mar 2024 00:54:14 +0300 Subject: [PATCH] bugfix: codelibre lang key correction (#4598) * bugfix: codelibre lang key correction * Update code/modules/reagents/chemistry/reagents/alcohol.dm Co-authored-by: Rerik007 <120549107+Rerik007@users.noreply.github.com> --------- Co-authored-by: Vladisvell <73733747+Vladisvell@users.noreply.github.com> Co-authored-by: Rerik007 <120549107+Rerik007@users.noreply.github.com> --- 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 a953065bd2e..b5737c8f5eb 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol.dm @@ -2123,7 +2123,7 @@ /datum/reagent/consumable/ethanol/codelibre/on_mob_life(mob/living/M) . = ..() if(prob(10)) - M.say(":5 [pick("Viva la Synthetica!")]") + M.say(":tr Viva la Synthetica!") /datum/reagent/consumable/ethanol/blackicp name = "Black ICP"