From 08cf51b16e126d3a462ba0eabdac5c7bfa0039cb Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Thu, 8 Oct 2020 00:43:07 +0000 Subject: [PATCH] Update 'mods/gunslinger/api.lua' --- mods/gunslinger/api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/gunslinger/api.lua b/mods/gunslinger/api.lua index 169d6727..63cddd94 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 + def.textures.projectile = def.projectile -- Limit zoom to 8x; default to no zoom def.zoom = def.zoom and rangelim(1, def.zoom, 8)