diff --git a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm index 952678caf7..a0259d9e01 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm @@ -1397,7 +1397,7 @@ All effects don't start immediately, but rather get worse over time; the rate is color = "#cc0000" boozepwr = 35 taste_description = "an invigorating bitter freshness which suffuses your being; no enemy of the station will go unrobusted this day" - glass_icon_state = "glass_red" + glass_icon_state = "quadruple_sec" glass_name = "Quadruple Sec" glass_desc = "An intimidating and lawful beverage dares you to violate the law and make its day. Still can't drink it on duty, though." @@ -1415,7 +1415,7 @@ All effects don't start immediately, but rather get worse over time; the rate is color = "#ff3300" boozepwr = 80 taste_description = "THE LAW" - glass_icon_state = "glass_red" + glass_icon_state = "quintuple_sec" glass_name = "Quintuple Sec" glass_desc = "Now you are become law, destroyer of clowns." @@ -1436,7 +1436,7 @@ All effects don't start immediately, but rather get worse over time; the rate is color = "00ff00" boozepwr = 25 taste_description = "chocolate and mint dancing around your mouth" - glass_icon_state = "glass_green" + glass_icon_state = "grasshopper" glass_name = "Grasshopper" glass_desc = "You weren't aware edible beverages could be that green." @@ -1447,7 +1447,7 @@ All effects don't start immediately, but rather get worse over time; the rate is color = "ccff99" boozepwr = 25 taste_description = "a slap on the face in the best possible way" - glass_icon_state = "glass_white" + glass_icon_state = "stinger" glass_name = "Stinger" glass_desc = "You wonder what would happen if you pointed this at a heat source..."