Merge pull request #6804 from Cerebulon/bigsounds

Big Bastard Incidental Sound Port
This commit is contained in:
Atermonera
2020-03-15 11:38:44 -07:00
committed by GitHub
179 changed files with 363 additions and 31 deletions

View File

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

View File

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