From 8be770ed5d1690c10d2c2ddb7b78c746dc947d20 Mon Sep 17 00:00:00 2001 From: Mars Date: Tue, 20 Mar 2018 18:19:45 +0100 Subject: [PATCH] Icon is named pill, not pills --- code/modules/food_and_drinks/drinks/drinks/mugs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/drinks/drinks/mugs.dm b/code/modules/food_and_drinks/drinks/drinks/mugs.dm index 8e460139028..82b6bce4124 100644 --- a/code/modules/food_and_drinks/drinks/drinks/mugs.dm +++ b/code/modules/food_and_drinks/drinks/drinks/mugs.dm @@ -79,7 +79,7 @@ /datum/novelty_mug/pills name = "prescription mug" description = "Prescription: caffeine. Dosage: As much as it takes." - state = "mug_pills" + state = "mug_pill" /datum/novelty_mug/rainbow name = "rainbow mug"