mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 07:22:15 +00:00
This pr ports some sounds effects from baystation12, it has sounds for: -using medical items -using hyposprays -opening some storages, like briefcases and toolboxes -lighting matches -magboot activation sounds -holster sounds -tape sounds -pen and stamp sounds
13 lines
406 B
Plaintext
13 lines
406 B
Plaintext
/obj/item/weapon/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
|
|
force = 8.0
|
|
throw_speed = 1
|
|
throw_range = 4
|
|
w_class = 4
|
|
max_w_class = 3
|
|
max_storage_space = 16
|
|
use_sound = 'sound/items/storage/briefcase.ogg' |