Merge remote-tracking branch 'VOREStation/master' into upstream-merge-7576

This commit is contained in:
Unknown
2020-08-28 13:30:54 -04:00
500 changed files with 14619 additions and 9723 deletions

View File

@@ -9,6 +9,7 @@
w_class = ITEMSIZE_TINY
preserve_item = 1
drop_sound = 'sound/items/drop/ring.ogg'
pickup_sound = 'sound/items/pickup/ring.ogg'
var/leaves_residue = 1
var/caliber = "" //Which kind of guns it can be loaded into

View File

@@ -50,6 +50,7 @@
attack_verb = list("struck", "hit", "bashed")
zoomdevicename = "scope"
drop_sound = 'sound/items/drop/gun.ogg'
pickup_sound = 'sound/items/pickup/gun.ogg'
var/automatic = 0
var/burst = 1

View File

@@ -6,6 +6,8 @@
icon = 'icons/obj/weapons.dmi'
icon_state = "bolt"
item_state = "bolt"
drop_sound = 'sound/items/drop/sword.ogg'
pickup_sound = 'sound/items/pickup/sword.ogg'
throwforce = 8
w_class = ITEMSIZE_NORMAL
sharp = 1
@@ -24,6 +26,8 @@
icon = 'icons/obj/weapons.dmi'
icon_state = "metal-rod"
item_state = "bolt"
drop_sound = 'sound/items/drop/sword.ogg'
pickup_sound = 'sound/items/pickup/sword.ogg'
/obj/item/weapon/arrow/quill
name = "alien quill"