From 4723cc05d89ae00eee15b932787ae7d820a84b19 Mon Sep 17 00:00:00 2001 From: Henri215 <77684085+Henri215@users.noreply.github.com> Date: Tue, 14 Feb 2023 16:30:50 -0300 Subject: [PATCH] Renames the CMO hypospray (#20227) --- code/game/gamemodes/steal_items.dm | 2 +- code/modules/reagents/reagent_containers/hypospray.dm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/gamemodes/steal_items.dm b/code/game/gamemodes/steal_items.dm index 58a55c29d95..fadf68ac211 100644 --- a/code/game/gamemodes/steal_items.dm +++ b/code/game/gamemodes/steal_items.dm @@ -125,7 +125,7 @@ location_override = "the Vault" /datum/theft_objective/hypospray - name = "the Chief Medical Officer's hypospray" + name = "the chief medical officer's advanced hypospray" typepath = /obj/item/reagent_containers/hypospray/CMO protected_jobs = list("Chief Medical Officer") location_override = "the Chief Medical Officer's Office" diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index 30a46cb6de2..ac2473c3033 100644 --- a/code/modules/reagents/reagent_containers/hypospray.dm +++ b/code/modules/reagents/reagent_containers/hypospray.dm @@ -79,6 +79,7 @@ list_reagents = list("omnizine" = 30) /obj/item/reagent_containers/hypospray/CMO + name = "advanced hypospray" list_reagents = list("omnizine" = 30) resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF