Fixes #5945, de-copy-pastes parapens and sleepypens

Harm-syringes, hyposprays, parapens and sleepypens now all respect armour, and produce admin logs for transferred reagents if any are transferred.
This commit is contained in:
GinjaNinja32
2015-05-28 22:23:37 +01:00
parent d241b47eec
commit 86f52910a1
7 changed files with 58 additions and 54 deletions

View File

@@ -254,7 +254,7 @@
if(prob(75))
new_item = new /obj/item/weapon/pen(src.loc)
else
new_item = new /obj/item/weapon/pen/sleepypen(src.loc)
new_item = new /obj/item/weapon/pen/reagent/sleepy(src.loc)
if(prob(30))
apply_image_decorations = 1
if(16)