From 884ed978a372d0f178efbe12956b08bfc4d55767 Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Thu, 2 Mar 2023 01:49:35 +0000 Subject: [PATCH] Fix some coffee mugs not using the correct sprites --- code/modules/food/drinkingglass/mugs.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/food/drinkingglass/mugs.dm b/code/modules/food/drinkingglass/mugs.dm index c669c296fd..75c0354f42 100644 --- a/code/modules/food/drinkingglass/mugs.dm +++ b/code/modules/food/drinkingglass/mugs.dm @@ -52,12 +52,12 @@ /obj/item/reagent_containers/food/drinks/glass2/coffeemug/alma name = "\improper Almach Association coffee cup" desc = "A grey coffee cup emblazoned with the star of the Almach Association." - icon_state = "coffeecup_alma" + base_icon = "coffeecup_alma" /obj/item/reagent_containers/food/drinks/glass2/coffeemug/almp name = "\improper Almach Protectorate coffee cup" desc = "A purple coffee cup emblazoned with the star of the Almach Protectorate." - icon_state = "coffeecup_almp" + base_icon = "coffeecup_almp" /obj/item/reagent_containers/food/drinks/glass2/coffeemug/psc name = "\improper Pearlshield coffee mug" @@ -93,7 +93,7 @@ /obj/item/reagent_containers/food/drinks/glass2/coffeemug/zeng name = "\improper Zeng-Hu coffee cup" desc = "A coffee cup bearing the Zeng-Hu logo." - icon_state = "coffeecup_zeng" + base_icon = "coffeecup_zeng" /obj/item/reagent_containers/food/drinks/glass2/coffeemug/bishop name = "\improper Bishop coffee mug" @@ -139,7 +139,7 @@ /obj/item/reagent_containers/food/drinks/glass2/coffeemug/flame name = "flame coffee cup" desc = "A coffee cup with the a flame emblazoned on it." - icon_state = "coffeecup_flame" + base_icon = "coffeecup_flame" /obj/item/reagent_containers/food/drinks/glass2/coffeemug/tourist name = "\improper Northern Star coffee mug" @@ -221,4 +221,4 @@ /obj/item/reagent_containers/food/drinks/glass2/coffeemug/tall/rainbow name = "tall rainbow coffee mug" desc = "An unreasonably tall coffee mug, for when you really need to wake up in the morning. This one is rainbow colored." - base_icon = "coffeecup_tall_rainbow" \ No newline at end of file + base_icon = "coffeecup_tall_rainbow"