diff --git a/modular_nova/modules/deforest_medical_items/code/storage_items.dm b/modular_nova/modules/deforest_medical_items/code/storage_items.dm index da0304b46e4..a6469557904 100644 --- a/modular_nova/modules/deforest_medical_items/code/storage_items.dm +++ b/modular_nova/modules/deforest_medical_items/code/storage_items.dm @@ -1,7 +1,7 @@ // Bottle of painkiller pills /obj/item/storage/pill_bottle/painkiller name = "amollin pill bottle" - desc = "It's an airtight container for storing medication. This one is all-white and has labels for containing amollin, a blend of Miner's Salve and Lidocaine." + desc = "It's an airtight container for storing medication. This one is all-white and has labels for containing amollin, a blend of Miner's Salve, Lidocaine, and Sugar." icon = 'modular_nova/modules/deforest_medical_items/icons/storage.dmi' icon_state = "painkiller_bottle" custom_price = PAYCHECK_CREW * 1.5 @@ -12,7 +12,7 @@ /obj/item/reagent_containers/pill/amollin name = "amollin pill" - desc = "Neutralizes many common pains and ailments. A blend of Miner's Salve and Lidocaine." + desc = "Neutralizes many common pains and ailments. A blend of Miner's Salve, Lidocaine, and Sugar." icon_state = "pill9" list_reagents = list( /datum/reagent/medicine/mine_salve = 10,