From 5e4e7134e01bed705a5ac4a2f7347ffc49feee9d Mon Sep 17 00:00:00 2001 From: TheVekter Date: Fri, 29 May 2020 00:24:45 -0500 Subject: [PATCH] A few small Cargo bounty tweaks (#51329) * Removes the Phazon from the cargo bounty pool. * Adds a bounty to Cargo requiring a tank of hydrogen --- code/modules/cargo/bounties/engineering.dm | 5 +++++ code/modules/cargo/bounties/mech.dm | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/cargo/bounties/engineering.dm b/code/modules/cargo/bounties/engineering.dm index 8f5fc3fe723..750889c4cee 100644 --- a/code/modules/cargo/bounties/engineering.dm +++ b/code/modules/cargo/bounties/engineering.dm @@ -29,6 +29,11 @@ description = "Station 49 is looking to kickstart their research program. Ship them a tank full of Tritium." gas_type = /datum/gas/tritium +/datum/bounty/item/engineering/gas/hydrogen_tank + name = "Full Tank of Hydrogen" + description = "Our R&D department is working on the development of more efficient electrical batteries using hydrogen as a catalyst. Ship us a tank full of it." + gas_type = /datum/gas/hydrogen + /datum/bounty/item/engineering/energy_ball name = "Contained Tesla Ball" description = "Station 24 is being overrun by hordes of angry Mothpeople. They are requesting the ultimate bug zapper." diff --git a/code/modules/cargo/bounties/mech.dm b/code/modules/cargo/bounties/mech.dm index 4cbab32d349..4b73dd51abc 100644 --- a/code/modules/cargo/bounties/mech.dm +++ b/code/modules/cargo/bounties/mech.dm @@ -37,8 +37,3 @@ name = "Durand" reward = 20000 wanted_types = list(/obj/mecha/combat/durand) - -/datum/bounty/item/mech/phazon - name = "Phazon" - reward = 50000 - wanted_types = list(/obj/mecha/combat/phazon)