add sborka

This commit is contained in:
2026-03-31 10:27:04 +03:00
commit f5e5f56c84
2345 changed files with 382127 additions and 0 deletions

View 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
})