We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79192aa commit a8eb3cdCopy full SHA for a8eb3cd
lua/wire/stools/explosive.lua
@@ -42,10 +42,7 @@ if ( CLIENT ) then
42
language.Add( "Tool.wire_explosive.fireeffect", "Enable fire effect on triggered" )
43
language.Add( "Tool.wire_explosive.coloreffect", "Enable color change effect on damage" )
44
language.Add( "Tool.wire_explosive.invisibleatzero", "Become invisible when health reaches 0" )
45
- TOOL.Information = {
46
- { name = "left", text = "Create " .. TOOL.Name },
47
- { name = "right", text = "Update " .. TOOL.Name },
48
- }
+ TOOL.Information = { { name = "left", text = "Create/Update " .. TOOL.Name } }
49
50
WireToolSetup.setToolMenuIcon("icon16/bomb.png")
51
end
0 commit comments