diff --git a/code/game/gamemodes/nuclear/nuclear_challenge.dm b/code/game/gamemodes/nuclear/nuclear_challenge.dm index e0ce8b2b038..fab0120d75d 100644 --- a/code/game/gamemodes/nuclear/nuclear_challenge.dm +++ b/code/game/gamemodes/nuclear/nuclear_challenge.dm @@ -8,7 +8,7 @@ /obj/item/nuclear_challenge name = "Declaration of War (Challenge Mode)" icon = 'icons/obj/device.dmi' - icon_state = "gangtool-red" + icon_state = "declaration" item_state = "walkietalkie" desc = "Use to send a declaration of hostilities to the target, delaying your shuttle departure for 20 minutes while they prepare for your assault. \ Such a brazen move will attract the attention of powerful benefactors within the Syndicate, who will supply your team with a massive amount of bonus telecrystals. \ diff --git a/icons/obj/device.dmi b/icons/obj/device.dmi index 25884cea23a..d423a6d1f1f 100644 Binary files a/icons/obj/device.dmi and b/icons/obj/device.dmi differ