Skip to content

Commit

Permalink
doctor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Dec 19, 2023
1 parent c84b0c0 commit 970e101
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,18 @@
for(var/i = 1 to 3)
if(prob(75))
backpack_contents += pickweight(list(
/obj/item/reagent_containers/pill/patch/styptic = 5,
/obj/item/reagent_containers/pill/patch/silver_sulf = 5,
/obj/item/storage/firstaid/medical = 3,
/obj/item/reagent_containers/syringe = 3,
/obj/item/reagent_containers/glass/beaker = 2,
/obj/item/reagent_containers/dropper = 2,
/obj/item/reagent_containers/pill/charcoal = 2,
/obj/item/reagent_containers/medigel/styptic = 2,
/obj/item/reagent_containers/medigel/silver_sulf = 2,
/obj/item/reagent_containers/medigel/sterilizine = 1,
/obj/item/flashlight/pen = 1,
/obj/item/hypospray/mkii = 1,
/obj/item/storage/bag/medical = 1,
/obj/item/healthanalyzer = 1,
)
)
Expand Down

0 comments on commit 970e101

Please sign in to comment.