Antag Dirty Bombs & Bodyhorror Parasites (#16317)

* dirty bombs & bodyhorror

* clean up + extra flavour

CE_ANTIEMETIC taken into account in the delayed_vomit() proc. doesn't need to subtract from CE_EMETIC anymore.

* desc. fix, TC tweak, syringe gun kit

* dirty bomb tweaks

radiation remains for as long as advertised (~8mins in an open space)
it also actually leaves behind the green goo now.
This commit is contained in:
smellie
2023-05-16 01:34:10 +01:00
committed by GitHub
parent 0a3be0f04c
commit f237ea8309
24 changed files with 434 additions and 29 deletions
+17 -5
View File
@@ -152,12 +152,24 @@
/obj/item/stack/medical/splint = 1,
/obj/item/bodybag = 2,
/obj/item/bodybag/cryobag = 1,
/obj/item/storage/pill_bottle/kelotane = 2,
/obj/item/storage/pill_bottle/bicaridine = 2,
/obj/item/storage/pill_bottle/antitox = 2,
/obj/item/auto_cpr = 1,
/obj/item/storage/pill_bottle/kelotane = 3,
/obj/item/storage/pill_bottle/bicaridine = 3,
/obj/item/storage/pill_bottle/antitox = 3,
/obj/item/storage/pill_bottle/mortaphenyl = 2,
/obj/item/reagent_containers/syringe/dylovene = 2,
/obj/item/reagent_containers/syringe/inaprovaline = 2,
/obj/item/storage/pill_bottle/antiparasitic = 1,
/obj/item/storage/pill_bottle/asinodryl = 1,
/obj/item/storage/pill_bottle/steramycin =1,
/obj/item/reagent_containers/syringe/dylovene = 3,
/obj/item/reagent_containers/syringe/inaprovaline = 3,
/obj/item/reagent_containers/syringe/antiparasitic = 1,
/obj/item/reagent_containers/syringe/antibiotic = 2,
/obj/item/reagent_containers/syringe/fluvectionem = 2,
/obj/item/reagent_containers/hypospray/autoinjector/coagzolug = 2,
/obj/item/reagent_containers/hypospray/autoinjector/hyronalin = 2,
/obj/item/reagent_containers/hypospray/autoinjector/sideeffectbgone = 1,
/obj/item/reagent_containers/inhaler/pneumalin = 1,
/obj/item/reagent_containers/inhaler/peridaxon = 1,
/obj/item/stack/nanopaste = 1
)