Skip to content

Commit

Permalink
Lethal injection fix (discordia-space#7958)
Browse files Browse the repository at this point in the history
* fix

* no acids
  • Loading branch information
Iglpigl authored Jan 6, 2023
1 parent 05271b4 commit fc0f26d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@
icon_state = "secure"

/obj/structure/closet/secure_closet/injection/populate_contents()
new /obj/item/reagent_containers/syringe/ld50_syringe/choral(src)
new /obj/item/reagent_containers/syringe/ld50_syringe/choral(src)
new /obj/item/reagent_containers/syringe/ld50_syringe/chlorine(src)
new /obj/item/reagent_containers/syringe/ld50_syringe/chlorine(src)

/obj/structure/closet/secure_closet/brig
name = "brig locker"
Expand Down
4 changes: 2 additions & 2 deletions code/modules/reagents/reagent_containers/syringes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@
spawn_tags = SPAWN_ITEM_CONTRABAND
rarity_value = 40

/obj/item/reagent_containers/syringe/ld50_syringe/choral
preloaded_reagents = list("chloralhydrate" = 50)
/obj/item/reagent_containers/syringe/ld50_syringe/chlorine
preloaded_reagents = list("chlorine" = 25, "chloralhydrate" = 25)

/obj/item/reagent_containers/syringe/stim
name = "syringe (stim)"
Expand Down
1 change: 1 addition & 0 deletions code/modules/reagents/reagents/toxins.dm
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,7 @@

/datum/reagent/toxin/chlorine
name = "Chlorine"
id = "chlorine"
description = "A highly poisonous liquid. Smells strongly of bleach."
reagent_state = LIQUID
taste_description = "bleach"
Expand Down

0 comments on commit fc0f26d

Please sign in to comment.