From 28d276ba4f8304ba753249dee7e00e0b9a8aeeb2 Mon Sep 17 00:00:00 2001 From: Detective-Google <48196179+Detective-Google@users.noreply.github.com> Date: Fri, 19 Jul 2019 02:10:28 -0500 Subject: [PATCH] fixes a typo (#45253) renames 'cryostatis' to 'cryostasis' --- code/modules/research/designs/weapon_designs.dm | 8 ++++---- code/modules/research/techweb/all_nodes.dm | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/research/designs/weapon_designs.dm b/code/modules/research/designs/weapon_designs.dm index 25e43d2ab86..11787dab202 100644 --- a/code/modules/research/designs/weapon_designs.dm +++ b/code/modules/research/designs/weapon_designs.dm @@ -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 diff --git a/code/modules/research/techweb/all_nodes.dm b/code/modules/research/techweb/all_nodes.dm index 68a46df93de..1539a17033f 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -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