Skip to content

Commit

Permalink
Add Sansufentanyl prescription to Cargo, fix Psicodine prescription (…
Browse files Browse the repository at this point in the history
…after 3 years) (#463)
  • Loading branch information
MrMelbert authored Apr 13, 2024
1 parent 846b6f8 commit 896f9bf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion maplestation_modules/code/modules/cargo/packs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
pill_type = /obj/item/reagent_containers/pill/psicodine
num_pills = 3

/datum/supply_pack/goody/happiness
/datum/supply_pack/goody/psicodine
name = "Psicodine Prescription"
desc = "Contains a pill bottle of Psicodine."
group = GROUP_DRUGS
Expand All @@ -173,6 +173,15 @@
/obj/item/storage/pill_bottle/prescription/psicodine,
)

/datum/supply_pack/goody/experimental
name = "Experimental Medicine Prescription"
desc = "Contains a pill bottle of Experimental Medicine required for living with Hereditary Manifold Sickness."
group = GROUP_DRUGS
cost = PAYCHECK_CREW * 4
contains = list(
/obj/item/storage/pill_bottle/sansufentanyl,
)

/datum/supply_pack/medical/painkiller_syringes
name = "Painkiller Syringe Shipment"
desc = "Contains six syringes of general medicinal painkillers - Ibuprofen, Paracetamol, and Aspirin."
Expand Down

0 comments on commit 896f9bf

Please sign in to comment.