From b2aa276c5c6bbc1950fc05bc1efc5ade5d3c031d Mon Sep 17 00:00:00 2001 From: shizcalev Date: Sat, 16 Sep 2017 02:21:12 -0400 Subject: [PATCH] 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 3f9b3d61c84..5df45e27558 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