From a918eb48e5f7d2ca2901ce4f869a08d63457fdb1 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Sat, 29 May 2021 14:54:27 -0400 Subject: [PATCH] Merge pull request #10486 from VOREStation/upstream-merge-8107 [MIRROR] Autoinjectors are Autoinjectors --- code/modules/identification/identification.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/identification/identification.dm b/code/modules/identification/identification.dm index 568ad2103e..6ddcdbb075 100644 --- a/code/modules/identification/identification.dm +++ b/code/modules/identification/identification.dm @@ -117,7 +117,7 @@ /datum/identification/hypo naming_lists = list( list("unidentified", "unknown", "unmarked", "blank", "refilled", "custom", "modified", "questionable", "suspicious"), - list("hypospray", "autoinjector") + list("autoinjector") ) unidentified_desc = "An autoinjector that does not give any indication towards what is inside. \ The case is also sealed tight and the liquids contained cannot be removed except by injecting it into someone. \