diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm
index ac2473c3033..9c375e8f2d6 100644
--- a/code/modules/reagents/reagent_containers/hypospray.dm
+++ b/code/modules/reagents/reagent_containers/hypospray.dm
@@ -76,6 +76,7 @@
/obj/item/reagent_containers/hypospray/safety/ert
name = "medical hypospray (Omnizine)"
+ icon_state = "ert_hypo"
list_reagents = list("omnizine" = 30)
/obj/item/reagent_containers/hypospray/CMO
@@ -95,6 +96,7 @@
/obj/item/reagent_containers/hypospray/combat/nanites
desc = "A modified air-needle autoinjector for use in combat situations. Prefilled with expensive medical nanites for rapid healing."
+ icon_state = "nanites_hypo"
volume = 100
list_reagents = list("nanites" = 100)
@@ -150,7 +152,7 @@
/obj/item/reagent_containers/hypospray/autoinjector/stimulants
name = "Stimulants autoinjector"
desc = "Rapidly stimulates and regenerates the body's organ system."
- icon_state = "stimpen"
+ icon_state = "stimulantspen"
amount_per_transfer_from_this = 50
volume = 50
list_reagents = list("stimulants" = 50)
@@ -158,7 +160,7 @@
/obj/item/reagent_containers/hypospray/autoinjector/survival
name = "survival medipen"
desc = "A medipen for surviving in the harshest of environments, heals and protects from environmental hazards.
WARNING: Do not inject more than one pen in quick succession."
- icon_state = "stimpen"
+ icon_state = "survpen"
volume = 42
amount_per_transfer_from_this = 42
list_reagents = list("salbutamol" = 10, "teporone" = 15, "epinephrine" = 10, "lavaland_extract" = 2, "weak_omnizine" = 5) //Short burst of healing, followed by minor healing from the saline
diff --git a/icons/obj/clothing/belts.dmi b/icons/obj/clothing/belts.dmi
index f77ef52e180..a0475553dff 100644
Binary files a/icons/obj/clothing/belts.dmi and b/icons/obj/clothing/belts.dmi differ
diff --git a/icons/obj/hypo.dmi b/icons/obj/hypo.dmi
index 7dd561de617..4b0e564365b 100644
Binary files a/icons/obj/hypo.dmi and b/icons/obj/hypo.dmi differ