mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-19 11:02:31 +01:00
Merge branch 'master' into aro-taurriding
This commit is contained in:
@@ -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"
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user