diff --git a/mods/gunslinger/guns.lua b/mods/gunslinger/guns.lua index ec5028bc..10f2966a 100644 --- a/mods/gunslinger/guns.lua +++ b/mods/gunslinger/guns.lua @@ -3,7 +3,7 @@ gunslinger.register_gun("gunslinger:e11", { description = "E-11 Trooper Rifle", inventory_image = "e11.png", wield_image = "e11.png^[transformFXR300", - textures = {projectile = "blaster_red.png"}, + textures = {def.textures.projectile = "blaster_red.png"}, wield_scale = {x = 3, y = 3, z = 1} },