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