diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index 771d627b421..771214661b4 100644 --- a/code/modules/reagents/reagent_containers/hypospray.dm +++ b/code/modules/reagents/reagent_containers/hypospray.dm @@ -69,8 +69,8 @@ /obj/item/reagent_containers/hypospray/safety name = "medical hypospray" - desc = "A modified hypospray for quickly injecting safe medicinal chemicals." - icon_state = "combat_hypo" + desc = "A general use medical hypospray for quick injection of chemicals. There is a safety button by the trigger." + icon_state = "medivend_hypo" safety_hypo = TRUE /obj/item/reagent_containers/hypospray/CMO diff --git a/icons/obj/hypo.dmi b/icons/obj/hypo.dmi index a6df9972275..a51a981251d 100644 Binary files a/icons/obj/hypo.dmi and b/icons/obj/hypo.dmi differ