Merge branch 'master' into aro-taurriding

This commit is contained in:
Aronai Sieyes
2018-04-18 14:01:50 -04:00
committed by GitHub
39 changed files with 719 additions and 126 deletions
@@ -0,0 +1,5 @@
/obj/item/weapon/handcuffs/legcuffs/fuzzy
name = "fuzzy legcuffs"
desc = "Use this to keep... 'prisoners' in line."
icon = 'icons/obj/items_vr.dmi'
icon_state = "fuzzylegcuff"
+1 -1
View File
@@ -274,7 +274,7 @@
prob(1);/obj/item/clothing/suit/storage/vest/heavy/merc,
prob(1);/obj/item/weapon/beartrap,
prob(1);/obj/item/weapon/handcuffs/fuzzy,
prob(1);/obj/item/weapon/handcuffs/legcuffs,
prob(1);/obj/item/weapon/handcuffs/legcuffs/fuzzy,
prob(2);/obj/item/weapon/reagent_containers/syringe/drugs,
prob(1);/obj/item/weapon/reagent_containers/syringe/steroid,
prob(4);/obj/item/device/radio_jammer,
+1 -1
View File
@@ -32,7 +32,7 @@ LINEN BINS
if(do_after(user, 50))
user << "<span class='notice'>You cut [src] into pieces!</span>"
for(var/i in 1 to rand(2,5))
new /obj/item/weapon/reagent_containers/glass/rag(src.loc)
new /obj/item/weapon/reagent_containers/glass/rag(drop_location())
qdel(src)
return
..()