From 99e04632617ce70774e4dfb7df82b2dc476e1db7 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sun, 17 Sep 2017 22:31:55 -0500 Subject: [PATCH] [MIRROR] Fixes bluespace golem teleport icon (#2834) * Fixes bluespace golem teleport icon * Fixes bluespace golem teleport icon --- code/modules/mob/living/carbon/human/species_types/golems.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/species_types/golems.dm b/code/modules/mob/living/carbon/human/species_types/golems.dm index 49659f0128..45f7ba7dc2 100644 --- a/code/modules/mob/living/carbon/human/species_types/golems.dm +++ b/code/modules/mob/living/carbon/human/species_types/golems.dm @@ -436,6 +436,7 @@ name = "Unstable Teleport" check_flags = AB_CHECK_CONSCIOUS button_icon_state = "jaunt" + icon_icon = 'icons/mob/actions/actions_spells.dmi' var/cooldown = 150 var/last_teleport = 0