mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #3446 from Heroman3003/fuzzy-legcuffs
Added fuzzy legcuffs
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
/obj/item/stack/cable_coil/random,
|
||||
/obj/item/clothing/accessory/collar/shock,
|
||||
/obj/item/clothing/suit/straight_jacket,
|
||||
/obj/item/weapon/handcuffs/legcuffs,
|
||||
/obj/item/weapon/handcuffs/legcuffs/fuzzy,
|
||||
/obj/item/weapon/melee/fluff/holochain/mass,
|
||||
/obj/item/weapon/material/twohanded/fluff/riding_crop,
|
||||
/obj/item/clothing/under/fluff/latexmaid
|
||||
|
||||
5
code/game/objects/items/weapons/handcuffs_vr.dm
Normal file
5
code/game/objects/items/weapons/handcuffs_vr.dm
Normal file
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user