Replaces Tramadol maint pills with Paracetamol

This commit is contained in:
Unknown
2020-02-16 10:54:55 -05:00
parent 106711b0f3
commit b5f337a3b0
5 changed files with 11 additions and 5 deletions
@@ -114,4 +114,10 @@
/obj/item/weapon/storage/mrebag/pill/sleevingcure
name = "vacuum-sealed pill (Kitsuhanan Cure)"
desc = "A small vacuum-sealed package containing a singular pill. For emergencies only."
starts_with = list(/obj/item/weapon/reagent_containers/pill/sleevingcure)
starts_with = list(/obj/item/weapon/reagent_containers/pill/sleevingcure)
/obj/item/weapon/storage/pill_bottle/paracetamol
name = "pill bottle (Paracetamol)"
desc = "Contains over the counter medicine to treat pain."
starts_with = list(/obj/item/weapon/reagent_containers/pill/paracetamol = 7)
wrapper_color = COLOR_GRAY