mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 17:08:53 +01:00
Merge pull request #661 from ArchieBeepBoop/bountyyo
Adds a possible Hyper-noblium Bounty / Fixes Trash Bag of Holding Bounty
This commit is contained in:
@@ -23,7 +23,13 @@
|
||||
name = "Full Tank of Tritium"
|
||||
description = "Station 42 is looking to kickstart their research program. Ship them a tank full of Tritium."
|
||||
gas_type = /datum/gas/tritium
|
||||
|
||||
//Hyperstation edit
|
||||
/datum/bounty/item/engineering/gas/hypernoblium_tank
|
||||
name = "Full Tank of Hyper-Noblium"
|
||||
description = "The 7th Echelon is looking to research the effects of this rare gas in organics. They ask for a full tank of it. Are you up to the task?"
|
||||
gas_type = /datum/gas/hypernoblium
|
||||
reward = 75000 //Very, very difficult to make, requires a fuckton of structural re-design around engineering and can actually royally fuck up the entirety of the station if not done correctly.
|
||||
//Hypersation edit end
|
||||
/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.?"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
name = "Trash Bag of Holding"
|
||||
description = "Centcom would make good use of high-capacity trash bags. If you have any, please ship them."
|
||||
reward = 3000
|
||||
wanted_types = list(/obj/item/storage/backpack/holding)
|
||||
wanted_types = list(/obj/item/storage/bag/trash/bluespace)
|
||||
|
||||
/datum/bounty/item/science/bluespace_syringe
|
||||
name = "Bluespace Syringe"
|
||||
|
||||
Reference in New Issue
Block a user