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