Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Add neuraline to cargo (#521)
Browse files Browse the repository at this point in the history
Добавляет шприцы с нейролином в карго
  • Loading branch information
Vulixs authored Mar 22, 2024
1 parent dcca459 commit d2b5548
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions modular_RUtgmc/code/modules/reqs/supplypacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,24 @@ MEDICAL
contains = list(/obj/item/storage/pill_bottle/russian_red)
cost = 30

/datum/supply_packs/medical/neuraline_kit
name ="large neuraline kit"
notes = "contains five neuraline injectors"
contains = list(
/obj/item/reagent_containers/hypospray/autoinjector/neuraline,
/obj/item/reagent_containers/hypospray/autoinjector/neuraline,
/obj/item/reagent_containers/hypospray/autoinjector/neuraline,
/obj/item/reagent_containers/hypospray/autoinjector/neuraline,
/obj/item/reagent_containers/hypospray/autoinjector/neuraline,
)
cost = 250

/datum/supply_packs/medical/neuraline_kit_injector
name ="Neuraline autoinjector"
notes = "contains one neuraline injector"
contains = list(/obj/item/reagent_containers/hypospray/autoinjector/neuraline)
cost = 70

/datum/supply_packs/medical/bkkt_kit
name = "BKKT kit"
notes = "contains pill bottles BKKT."
Expand Down

0 comments on commit d2b5548

Please sign in to comment.