Make weapons bigger and greater (#7)

This commit is contained in:
IonicCheese 2025-12-21 10:05:47 -08:00 committed by GitHub
commit acfeef6d01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 4 deletions

View file

@ -119,6 +119,7 @@ function ctf_ranged.simple_register_gun(name, def)
ctf_guns_scope_zoom = def.scope_zoom or nil,
inventory_image = def.texture.."^[colorize:#F44:42",
ammo = def.ammo or "ctf_ranged:ammo",
wield_scale = {x = def.scale or 1.25, y = def.scale or 1.25, z = 1.15},
bullet_image = def.bullet_image,
bullethole_image = def.bullethole_image,
rounds = def.rounds,