mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Red Nightshade Tweaks/Fixes/Buffs (#14178)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user