fixes a typo (#45253)

renames 'cryostatis' to 'cryostasis'
This commit is contained in:
Detective-Google
2019-07-19 00:10:28 -07:00
committed by Rob Bailey
parent b6c87bac6c
commit 28d276ba4f
2 changed files with 5 additions and 5 deletions
@@ -324,10 +324,10 @@
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"
/datum/design/cryostasis_shotgun_dart
name = "Cryostasis Shotgun Dart"
desc = "A shotgun dart designed with similar internals to that of a cryostasis beaker, allowing reagents to not react when inside."
id = "shotgundartcryostasis"
build_type = PROTOLATHE
materials = list(MAT_METAL = 3500)
build_path = /obj/item/ammo_casing/shotgun/dart/noreact
+1 -1
View File
@@ -628,7 +628,7 @@
display_name = "Medical Weaponry"
description = "Weapons using medical technology."
prereq_ids = list("adv_biotech", "adv_weaponry")
design_ids = list("rapidsyringe", "shotgundartcryostatis")
design_ids = list("rapidsyringe", "shotgundartcryostasis")
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
export_price = 5000