From 26efcd94cb537c64721df49855643c0cc4b0db50 Mon Sep 17 00:00:00 2001 From: Chinsky Date: Sun, 6 Jan 2013 02:25:34 +0400 Subject: [PATCH] Readded implants to uplink (Compressed matter and Explosive) --- code/game/gamemodes/game_mode.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/game/gamemodes/game_mode.dm b/code/game/gamemodes/game_mode.dm index 74113ce65c8..638cecdb566 100644 --- a/code/game/gamemodes/game_mode.dm +++ b/code/game/gamemodes/game_mode.dm @@ -62,6 +62,8 @@ Devices and Tools; Whitespace:Seperator; Implants; /obj/item/weapon/storage/syndie_kit/imp_freedom:3:Freedom Implant; +/obj/item/weapon/implant/explosive:6:Explosive Implant (DANGER!); +/obj/item/weapon/implant/compressed:4:Compressed Matter Implant; /obj/item/weapon/storage/syndie_kit/imp_uplink:10:Uplink Implant (Contains 5 Telecrystals); Whitespace:Seperator; (Pointless) Badassery; @@ -419,4 +421,4 @@ proc/display_roundstart_logout_report() for(var/mob/M in mob_list) if(M.client && M.client.holder) - M << msg + M << msg