From 0fb09aa54bb4fd2191b1bed9d3d19e41b0b1ccb8 Mon Sep 17 00:00:00 2001 From: alex-gh Date: Mon, 23 Dec 2013 08:02:39 +0100 Subject: [PATCH] Nuke ops now know the code to their explosive implant --- code/game/gamemodes/nuclear/nuclear.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/gamemodes/nuclear/nuclear.dm b/code/game/gamemodes/nuclear/nuclear.dm index aaaa37a706d..19f03028b2b 100644 --- a/code/game/gamemodes/nuclear/nuclear.dm +++ b/code/game/gamemodes/nuclear/nuclear.dm @@ -193,6 +193,10 @@ for(var/datum/objective/objective in syndicate.objectives) syndicate.current << "Objective #[obj_count]: [objective.explanation_text]" obj_count++ + for(var/obj/item/weapon/implant/explosive/E in syndicate.current.contents) + if (E.implanted) + syndicate.current << "The activation code for your explosive implant is [E.phrase]" + syndicate.store_memory("The activation code for your explosive implant is [E.phrase]") return