mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-25 22:28:00 +01:00
Splitting drakes out into their own job, which replaces the joinable version.
This commit is contained in:
@@ -352,6 +352,16 @@
|
||||
mode = SYRINGE_INJECT
|
||||
update_icon()
|
||||
|
||||
/obj/item/reagent_containers/syringe/bicaridine
|
||||
name = "Syringe (bicaridine)"
|
||||
desc = "Contains bicaridine."
|
||||
|
||||
/obj/item/reagent_containers/syringe/bicaridine/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("bicaridine", 15)
|
||||
mode = SYRINGE_INJECT
|
||||
update_icon()
|
||||
|
||||
/obj/item/reagent_containers/syringe/antiviral
|
||||
name = "Syringe (spaceacillin)"
|
||||
desc = "Contains antiviral agents."
|
||||
|
||||
Reference in New Issue
Block a user