From 111292e274b35b9402d33ba00e0fe081e168b97f Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Thu, 8 Oct 2020 00:37:38 +0000 Subject: [PATCH] Update 'mods/gunslinger/guns.lua' --- mods/gunslinger/guns.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/gunslinger/guns.lua b/mods/gunslinger/guns.lua index c382aef2..b2fb65d7 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 = {textures.projectile = "blaster_red.png"}, + textures.projectile = {"blaster_red.png"}, wield_scale = {x = 3, y = 3, z = 1} },