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
This commit is contained in:
TheVekter
2020-05-29 00:24:45 -05:00
committed by GitHub
parent ab44f6b969
commit 5e4e7134e0
2 changed files with 5 additions and 5 deletions
@@ -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."
-5
View File
@@ -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)