* 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
55 lines
2.4 KiB
Plaintext
55 lines
2.4 KiB
Plaintext
/datum/bounty/item/security/riotshotgun
|
|
name = "Riot Shotguns"
|
|
description = "Hooligans have boarded CentCom! Ship riot shotguns quick, or things are going to get dirty."
|
|
reward = 5000
|
|
required_count = 2
|
|
wanted_types = list(/obj/item/gun/ballistic/shotgun/riot)
|
|
|
|
/datum/bounty/item/security/recharger
|
|
name = "Rechargers"
|
|
description = "Nanotrasen military academy is conducting marksmanship exercises. They request that rechargers be shipped."
|
|
reward = 2000
|
|
required_count = 3
|
|
wanted_types = list(/obj/machinery/recharger)
|
|
|
|
/datum/bounty/item/security/practice
|
|
name = "Practice Laser Gun"
|
|
description = "Nanotrasen Military Academy is conducting routine marksmanship exercises. The clown hid all the practice lasers, and we're not using live weapons after last time."
|
|
reward = 3000
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/gun/energy/laser/practice)
|
|
|
|
/datum/bounty/item/security/flashshield
|
|
name = "Strobe Shield"
|
|
description = "One of our Emergency Response Agents thinks there's vampires in a local station. Send him something to help with his fear of the dark and protect him, too."
|
|
reward = 5000
|
|
wanted_types = list(/obj/item/assembly/flash/shield)
|
|
|
|
/datum/bounty/item/security/sechuds
|
|
name = "Sec HUDs"
|
|
description = "Nanotrasen military academy has started to train officers how to use Sec HUDs to the fullest affect. Please send spare Sec HUDs so we can teach the men."
|
|
reward = 3000
|
|
required_count = 5
|
|
wanted_types = list(/obj/item/clothing/glasses/hud/security)
|
|
|
|
/datum/bounty/item/security/techslugs
|
|
name = "Tech Slugs"
|
|
description = "Nanotrasen Military Academy is conducting an ammo loading and use lessons, on the new 'Tech Slugs'. Problem is we don't have any, please fix this..."
|
|
reward = 7500
|
|
required_count = 15
|
|
wanted_types = list(/obj/item/ammo_casing/shotgun/techshell)
|
|
|
|
/datum/bounty/item/security/WT550
|
|
name = "Spare WT-550 clips"
|
|
description = "Nanotrasen Military Academy's ammunition is running low, please send in spare ammo for practice."
|
|
reward = 7500
|
|
required_count = 5
|
|
wanted_types = list(/obj/item/ammo_box/magazine/wt550m9)
|
|
|
|
/datum/bounty/item/security/pins
|
|
name = "Test range firing pins"
|
|
description = "Nanotrasen Military Academy just got a new set of guns, sadly they didn't come with any pins. Can you send us some Test range locked firing pins?"
|
|
reward = 5000
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/firing_pin/test_range)
|