[Ready] More cargo bounties. (#7955)
* Fixing updater * Update medical.dm * Update medical.dm * ? * Update engineering.dm * Update science.dm * Update security.dm * Update mining.dm * Forgot this * Apply suggestions from code review Killing rag with grammar Co-Authored-By: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> * Apply suggestions from code review Co-Authored-By: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> * Update science.dm * Kev requestions * Fixed? * even more sec things * Makes bluespace crystals say the kind they want * Fixed? And more medical boundys * Update medical.dm * Blood fixed? * Update medical.dm * Poojawa the saver * Poojawa the hero * Update medical.dm
This commit is contained in:
committed by
kevinz000
parent
788b97def5
commit
1995f2d61d
@@ -24,6 +24,19 @@
|
||||
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/pacman
|
||||
name = "P.A.C.M.A.N.-type portable generator"
|
||||
description = "A neighboring station had a problem with their SMES, and now need something to power their communications console. Can you send them a P.AC.M.A.N.?"
|
||||
reward = 3500 //2500 for the cargo one
|
||||
wanted_types = list(/obj/machinery/power/port_gen/pacman)
|
||||
|
||||
/datum/bounty/item/engineering/canisters
|
||||
name = "Gas Canisters"
|
||||
description = "After a recent debacle in a nearby sector, 10 gas canisters are needed for containing an experimental aerosol before it kills all the local fauna."
|
||||
reward = 5000
|
||||
required_count = 10 //easy to make
|
||||
wanted_types = list(/obj/machinery/portable_atmospherics/canister)
|
||||
|
||||
/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."
|
||||
|
||||
Reference in New Issue
Block a user