From 93fddbf8c7c80a258e2fd03e4d8e71de1d6b8552 Mon Sep 17 00:00:00 2001 From: caelaislinn Date: Sat, 16 Jun 2012 12:34:33 +1000 Subject: [PATCH] added glass descriptions for new alcohols Signed-off-by: caelaislinn --- code/modules/chemical/Chemistry-Tools.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/chemical/Chemistry-Tools.dm b/code/modules/chemical/Chemistry-Tools.dm index 29e992315b5..75d2b206e50 100644 --- a/code/modules/chemical/Chemistry-Tools.dm +++ b/code/modules/chemical/Chemistry-Tools.dm @@ -3743,6 +3743,14 @@ icon_state = "glass_brown" name = "Glass of bilk" desc = "A brew of milk and beer. For those alcoholics who fear osteoporosis." + if("absinthe") + icon_state = "glass_green" + name = "Glass of absinthe" + desc = "A glass of the Green Fairy." + if("deadrum") + icon_state = "glass_brown" + name = "Glass of Dead Rum" + desc = "Dangerously sweet rum. You won't be getting scurvy any time soon!" else icon_state ="glass_brown" name = "Glass of ..what?"