diff --git a/mods/gunslinger/api.lua b/mods/gunslinger/api.lua index fae4b45f..169d6727 100644 --- a/mods/gunslinger/api.lua +++ b/mods/gunslinger/api.lua @@ -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 or "gunslinger_projectile.png" + def.textures.projectile = def.textures.projectile -- Limit zoom to 8x; default to no zoom def.zoom = def.zoom and rangelim(1, def.zoom, 8)