Update 'mods/gunslinger/api.lua'

This commit is contained in:
thunderdog1138 2020-10-08 00:43:07 +00:00
parent 427a49984a
commit 08cf51b16e
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ local function sanitize_def(def)
def.sounds.ooa = def.sounds.ooa or "gunslinger_ooa"
def.textures = def.textures or {}
def.textures.projectile = def.textures.projectile
def.textures.projectile = def.projectile
-- Limit zoom to 8x; default to no zoom
def.zoom = def.zoom and rangelim(1, def.zoom, 8)