Skip to content

Commit

Permalink
FF edit
Browse files Browse the repository at this point in the history
Reverted bomb deletion. RICO KABOOM
  • Loading branch information
mogeoko committed Apr 25, 2024
1 parent 70eda56 commit 9f294bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
// // 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,4 +102,4 @@
/datum/uplink_item/explosives/syndicate_bomb/New()
. = ..()
desc = replacetext(desc, "%MIN_BOMB_TIMER", SYNDIEBOMB_MIN_TIMER_SECONDS)
*/ // NOVA EDIT REMOVAL END
// // NOVA EDIT REMOVAL END // FF edit end

0 comments on commit 9f294bb

Please sign in to comment.