From c4984a57e3b198afc9d528fd0c620edff9d49acb Mon Sep 17 00:00:00 2001 From: Atermonera Date: Sat, 29 May 2021 11:40:15 -0700 Subject: [PATCH 1/2] Merge pull request #8107 from Novacat/nova-accessory 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. \