mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Buffs the uplink syringe gun, it now comes with some syringes (#12353)
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