Skip to content

Commit

Permalink
bugfix: codelibre lang key correction (ss220-space#4598)
Browse files Browse the repository at this point in the history
* bugfix: codelibre lang key correction

* Update code/modules/reagents/chemistry/reagents/alcohol.dm

Co-authored-by: Rerik007 <[email protected]>

---------

Co-authored-by: Vladisvell <[email protected]>
Co-authored-by: Rerik007 <[email protected]>
  • Loading branch information
3 people authored Mar 9, 2024
1 parent b683f2a commit e394ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry/reagents/alcohol.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e394ee2

Please sign in to comment.