Skip to content

Commit

Permalink
[MIRROR] fixes those silly little amollin pills lying to us (#5206)
Browse files Browse the repository at this point in the history
* fixes those silly little amollin pills lying to us (#4643)

Update storage_items.dm

* [MIRROR] fixes those silly little amollin pills lying to us

---------

Co-authored-by: RatFromTheJungle <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2024
1 parent 2f0419a commit e32b126
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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,
Expand Down

0 comments on commit e32b126

Please sign in to comment.