No more lethal syringe invisible sprite. This should fix #460 .
This commit is contained in:
Alberyk
2016-06-30 01:34:35 +03:00
committed by skull132
parent f35a5427fd
commit 800c207e2d
3 changed files with 39 additions and 3 deletions
@@ -280,8 +280,8 @@
/obj/item/weapon/reagent_containers/syringe/ld50_syringe
name = "Lethal Injection Syringe"
desc = "A syringe used for lethal injections."
amount_per_transfer_from_this = 50
volume = 50
amount_per_transfer_from_this = 60
volume = 60
visible_name = "a giant syringe"
time = 300
@@ -338,6 +338,6 @@
/obj/item/weapon/reagent_containers/syringe/ld50_syringe/choral
New()
..()
reagents.add_reagent("chloralhydrate", 50)
reagents.add_reagent("chloralhydrate", 60)
mode = SYRINGE_INJECT
update_icon()