From 413c41058a11377bf80f994bec782e7a0d0a96ba Mon Sep 17 00:00:00 2001 From: Henri215 <77684085+Henri215@users.noreply.github.com> Date: Sat, 5 Aug 2023 03:54:17 -0300 Subject: [PATCH] Fixes the declaration of war item description (#21892) --- code/game/gamemodes/nuclear/nuclear_challenge.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/gamemodes/nuclear/nuclear_challenge.dm b/code/game/gamemodes/nuclear/nuclear_challenge.dm index b43f88b06a1..ed4b643fe3c 100644 --- a/code/game/gamemodes/nuclear/nuclear_challenge.dm +++ b/code/game/gamemodes/nuclear/nuclear_challenge.dm @@ -10,9 +10,9 @@ icon = 'icons/obj/device.dmi' icon_state = "gangtool-red" 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. \ - Must be used within five minutes, or your benefactors will lose interest." + 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. \ + Must be used within ten minutes, or your benefactors will lose interest." var/declaring_war = FALSE var/total_tc = 0 //Total amount of telecrystals shared between nuke ops