Merge pull request #9553 from GinjaNinja32/reagent_protection

Fixes #5945, de-copy-pastes parapens and sleepypens
This commit is contained in:
Zuhayr
2015-05-30 13:57:31 +09:30
8 changed files with 65 additions and 66 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)