From f33343c6dbdfeaeb793142e2700164f1b2da802c Mon Sep 17 00:00:00 2001 From: Artur Date: Wed, 16 Jun 2021 01:17:13 +0300 Subject: [PATCH] https://github.com/tgstation/tgstation/pull/56739 --- code/modules/research/designs/nanite_designs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/designs/nanite_designs.dm b/code/modules/research/designs/nanite_designs.dm index b833bef833..78f70721c3 100644 --- a/code/modules/research/designs/nanite_designs.dm +++ b/code/modules/research/designs/nanite_designs.dm @@ -246,8 +246,8 @@ category = list("Augmentation Nanites") /datum/design/nanites/coagulating - name = "Rapid Coagulation" - desc = "The nanites induce rapid coagulation when the host is wounded, dramatically reducing bleeding rate." + name = "Vein Repressurization" + desc = "The nanites re-route circulating blood away from open wounds, dramatically reducing bleeding rate." id = "coagulating_nanites" program_type = /datum/nanite_program/coagulating category = list("Augmentation Nanites")