Adds Cryostatis Shotgun Darts (#35342)

* adds cryostatis shotgun darts, because shooting tiny water+potassium bombs into people is funny

* lowers amount from 15 to 10

* Update ammo_casings.dm
This commit is contained in:
MMMiracles
2018-02-15 21:24:25 +01:00
committed by CitadelStationBot
parent 1cda9ef2b4
commit bd9ad82bbf
4 changed files with 22 additions and 3 deletions
@@ -251,3 +251,13 @@
build_path = /obj/item/gun/energy/kinetic_accelerator/crossbow/large
category = list("Weapons")
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
/datum/design/cryostatis_shotgun_dart
name = "Cryostatis Shotgun Dart"
desc = "A shotgun dart designed with similar internals to that of a cryostatis beaker, allowing reagents to not react when inside."
id = "shotgundartcryostatis"
build_type = PROTOLATHE
materials = list(MAT_METAL = 3500)
build_path = /obj/item/ammo_casing/shotgun/dart/noreact
category = list("Ammo")
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
+1 -1
View File
@@ -514,7 +514,7 @@
display_name = "Medical Weaponry"
description = "Weapons using medical technology."
prereq_ids = list("adv_biotech", "adv_weaponry")
design_ids = list("rapidsyringe")
design_ids = list("rapidsyringe", "shotgundartcryostatis")
research_cost = 2500
export_price = 5000