add sborka
This commit is contained in:
17
garrysmod/addons/tfa_base/lua/tfa/modules/tfa_ammo.lua
Normal file
17
garrysmod/addons/tfa_base/lua/tfa/modules/tfa_ammo.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
--[[Bow Ammo]]
|
||||
--
|
||||
game.AddAmmoType({
|
||||
name = "tfbow_arrow",
|
||||
dmgtype = DMG_CLUB,
|
||||
tracer = 0,
|
||||
minsplash = 5,
|
||||
maxsplash = 5
|
||||
})
|
||||
|
||||
game.AddAmmoType({
|
||||
name = "tfbow_bolt",
|
||||
dmgtype = DMG_CLUB,
|
||||
tracer = 0,
|
||||
minsplash = 5,
|
||||
maxsplash = 5
|
||||
})
|
||||
Reference in New Issue
Block a user