From c7d37da6d6560eb08af94b8bf15dbd6bd2405c73 Mon Sep 17 00:00:00 2001 From: Dip Date: Fri, 13 Nov 2020 19:38:41 -0300 Subject: [PATCH] color change? color change. --- hyperstation/code/obj/lunaritems.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hyperstation/code/obj/lunaritems.dm b/hyperstation/code/obj/lunaritems.dm index 3d9414fc..1ec910e1 100644 --- a/hyperstation/code/obj/lunaritems.dm +++ b/hyperstation/code/obj/lunaritems.dm @@ -2,7 +2,7 @@ name = "lunar altar" desc = "Judging by the symbols, millenia ago, it seems that the creatures of this world used something precious to the icy moon that orbits this hellish planet. You... Wouldn't do that, would you?" icon = 'icons/obj/hand_of_god_structures.dmi' //Placeholder. - icon_state = "sacrificealtar" //Placeholder. + icon_state = "convertaltar-blue" //Placeholder. anchored = TRUE density = FALSE var/used = FALSE @@ -44,6 +44,8 @@ new /obj/item/helfiretincture(src.loc) //Eventually a pick, with different items. visible_message("As you blink, cracks appear on the altar and a flash of lunar light reaches its surface. A gift?") message_admins("[ADMIN_LOOKUPFLW(user)] has sacrificed their [bodypart] on the lunar altar at [AREACOORD(src)].") + icon_state = "sacrificealtar-blue" + update_icon() used = TRUE /obj/item/helfiretincture