mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-29 03:32:28 +00:00
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
/obj/item/storage/briefcase
|
|
name = "briefcase"
|
|
desc = "It's made of AUTHENTIC faux-leather and has a price-tag still attached. Its owner must be a real professional."
|
|
icon_state = "briefcase"
|
|
item_state = "briefcase"
|
|
flags = CONDUCT
|
|
hitsound = "swing_hit"
|
|
force = 8.0
|
|
throw_speed = 2
|
|
throw_range = 4
|
|
w_class = WEIGHT_CLASS_BULKY
|
|
max_w_class = WEIGHT_CLASS_NORMAL
|
|
max_combined_w_class = 21
|
|
attack_verb = list("bashed", "battered", "bludgeoned", "thrashed", "whacked")
|
|
burn_state = FLAMMABLE
|
|
burntime = 20
|
|
|
|
/obj/item/storage/briefcase/sniperbundle
|
|
desc = "Its label reads \"genuine hardened Captain leather\", but suspiciously has no other tags or branding. Smells like L'Air du Temps."
|
|
force = 10
|
|
|
|
/obj/item/storage/briefcase/sniperbundle/New()
|
|
..()
|
|
new /obj/item/gun/projectile/automatic/sniper_rifle/syndicate(src)
|
|
new /obj/item/clothing/accessory/red(src)
|
|
new /obj/item/clothing/under/syndicate/sniper(src)
|
|
new /obj/item/ammo_box/magazine/sniper_rounds/soporific(src)
|
|
new /obj/item/ammo_box/magazine/sniper_rounds/soporific(src)
|
|
new /obj/item/suppressor/specialoffer(src) |