Skip to content

Commit

Permalink
Removes Syndicate Bombs (the gargantuan one) from Syndicate Uplink. (#…
Browse files Browse the repository at this point in the history
…2046)

remove syndibomb from uplinkie
  • Loading branch information
dis-integrates-the-integration-tests authored and StealsThePRs committed Apr 19, 2024
1 parent d61b324 commit 70eda56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/uplink/uplink_items/explosive.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand All @@ -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

0 comments on commit 70eda56

Please sign in to comment.