Skip to content

Commit

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

* Removes Syndicate Bombs (the gargantuan one) from Syndicate Uplink. (#2046)

remove syndibomb from uplinkie

* FF edit

Reverted bomb deletion. RICO KABOOM

---------

Co-authored-by: Hypertorus Fusion Reactor <109750345+dis-integrates-the-integration-tests@users.noreply.github.com>
Co-authored-by: mogeoko <[email protected]>
  • Loading branch information
3 people authored Apr 25, 2024
1 parent 876dd56 commit e7506d3
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 // FF edit begin - reverted it back
/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 // FF edit end

0 comments on commit e7506d3

Please sign in to comment.