diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index 771d627b421..12cdb4ce3cb 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 = "An uninspiring general use medical hypospray for quick injection of chemicals. This model seems a bit outdated." + 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..2699a459f50 100644 Binary files a/icons/obj/hypo.dmi and b/icons/obj/hypo.dmi differ