Red Nightshade Tweaks/Fixes/Buffs (#14178)

This commit is contained in:
sadkermit
2022-06-07 12:43:54 +02:00
committed by GitHub
parent 8330665c3a
commit b14d38fc46
13 changed files with 106 additions and 14 deletions
+1
View File
@@ -34,6 +34,7 @@
list(/decl/reagent/toxin/dextrotoxin = 10) = 1,
list(/decl/reagent/toxin/spectrocybin = 15) = 1,
list(/decl/reagent/joy = 10, /decl/reagent/water = 20) = 1,
list(/decl/reagent/toxin/berserk = 10) = 1,
list(/decl/reagent/ammonia = 15) = 3)
/obj/item/reagent_containers/glass/beaker/vial/random/Initialize()
@@ -179,7 +179,7 @@
/obj/item/storage/box/syndie_kit/toxin
name = "toxin kit"
desc = "An apple will not be enough to keep the doctor away after this."
starts_with = list(/obj/item/reagent_containers/glass/beaker/vial/random/toxin = 1, /obj/item/reagent_containers/syringe = 1)
starts_with = list(/obj/item/reagent_containers/glass/beaker/vial/random/toxin = 3, /obj/item/reagent_containers/syringe = 1)
/obj/item/storage/box/syndie_kit/cigarette
name = "tricky smokes"
@@ -261,3 +261,10 @@
starts_with = list(
/obj/item/reagent_containers/hypospray/autoinjector/sideeffectbgone = 4
)
/obj/item/storage/box/syndie_kit/berserk_injectors
name = "box of berserk injectors"
desc = "Comes with 2x autoinjectors filled with Red Nightshade used to induce a berserk state."
starts_with = list(
/obj/item/reagent_containers/hypospray/autoinjector/berserk = 2
)