mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
Merge remote-tracking branch 'upstream/master' into universal-damage
# Conflicts: # code/modules/clothing/suits/labcoat.dm # code/modules/clothing/under/miscellaneous.dm # code/modules/mob/living/carbon/human/species/golem.dm # code/modules/mob/living/simple_animal/bot/ed209bot.dm
This commit is contained in:
@@ -327,4 +327,19 @@
|
||||
desc = "A syringe recovered from a dread place. It probably isn't wise to use."
|
||||
amount_per_transfer_from_this = 1
|
||||
volume = 1
|
||||
list_reagents = list("gluttonytoxin" = 1)
|
||||
list_reagents = list("gluttonytoxin" = 1)
|
||||
|
||||
/obj/item/reagent_containers/syringe/capulettium_plus
|
||||
name = "capulettium plus syringe"
|
||||
desc = "For silencing targets. Allows for fake deaths."
|
||||
list_reagents = list("capulettium_plus" = 15)
|
||||
|
||||
/obj/item/reagent_containers/syringe/sarin
|
||||
name = "sarin syringe"
|
||||
desc = "A deadly neurotoxin, for killing."
|
||||
list_reagents = list("sarin" = 15)
|
||||
|
||||
/obj/item/reagent_containers/syringe/pancuronium
|
||||
name = "pancuronium syringe"
|
||||
desc = "A powerful paralyzing poison."
|
||||
list_reagents = list("pancuronium" = 15)
|
||||
Reference in New Issue
Block a user