From 080882cb0d6897a9ef1ebe2cf438e8ccb3c5db95 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Mon, 27 Jul 2015 19:29:30 -0700 Subject: [PATCH] Makes the steal the plutonium core objective inform you that it is radioactive. --- code/game/gamemodes/objective_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/objective_items.dm b/code/game/gamemodes/objective_items.dm index 430b4c405f7..1330cdc6f06 100644 --- a/code/game/gamemodes/objective_items.dm +++ b/code/game/gamemodes/objective_items.dm @@ -77,7 +77,7 @@ difficulty = 5 /datum/objective_item/steal/nuke_core - name = "the plutonium core from the onboard self-destruct" + name = "the heavily radioactive plutonium core from the onboard self-destruct. Take care to wear the proper safety equipment when extracting the core" targetitem = /obj/item/nuke_core difficulty = 15