diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index 9c5c5b0a9cc..79293d48df8 100644 --- a/code/modules/reagents/reagent_containers/hypospray.dm +++ b/code/modules/reagents/reagent_containers/hypospray.dm @@ -210,7 +210,7 @@ list_reagents = list(/datum/reagent/vaccine/fungal_tb = 20) /obj/item/reagent_containers/hypospray/medipen/tuberculosiscure/update_icon_state() - if(reagents.total_volume > 30) + if(reagents.total_volume >= volume) icon_state = initial(icon_state) else if (reagents.total_volume > 0) icon_state = "[initial(icon_state)]1"