From 70eda569f9b5db63c886aab2ee9467c2a35c4c3d Mon Sep 17 00:00:00 2001 From: Hypertorus Fusion Reactor <109750345+dis-integrates-the-integration-tests@users.noreply.github.com> Date: Fri, 19 Apr 2024 17:05:24 +0200 Subject: [PATCH] Removes Syndicate Bombs (the gargantuan one) from Syndicate Uplink. (#2046) remove syndibomb from uplinkie --- code/modules/uplink/uplink_items/explosive.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/uplink/uplink_items/explosive.dm b/code/modules/uplink/uplink_items/explosive.dm index 8a2c33f43ae..0f9ebb7d161 100644 --- a/code/modules/uplink/uplink_items/explosive.dm +++ b/code/modules/uplink/uplink_items/explosive.dm @@ -86,7 +86,7 @@ ..() if(HAS_TRAIT(SSstation, STATION_TRAIT_CYBERNETIC_REVOLUTION)) cost *= 2 - +/* // NOVA EDIT REMOVAL START /datum/uplink_item/explosives/syndicate_bomb name = "Syndicate Bomb" desc = "The Syndicate bomb is a fearsome device capable of massive destruction. It has an adjustable timer, \ @@ -102,3 +102,4 @@ /datum/uplink_item/explosives/syndicate_bomb/New() . = ..() desc = replacetext(desc, "%MIN_BOMB_TIMER", SYNDIEBOMB_MIN_TIMER_SECONDS) +*/ // NOVA EDIT REMOVAL END