This commit is contained in:
Bitl 2017-09-07 17:59:03 -07:00
parent d8b9479742
commit eeea30398d
1 changed files with 7 additions and 7 deletions

View File

@ -336,31 +336,31 @@ function ReadGearInfo(newTool,player)
end
elseif (GearType == 3) then
if (game.Lighting.AllowedGearTypes.Ranged == true) then
return true
end
elseif (GearType == 4) then
if (game.Lighting.AllowedGearTypes.Navigation == true) then
return true
end
elseif (GearType == 5) then
if (game.Lighting.AllowedGearTypes.Explosives == true) then
return true
end
elseif (GearType == 6) then
if (game.Lighting.AllowedGearTypes.Musical == true) then
return true
end
elseif (GearType == 7) then
if (game.Lighting.AllowedGearTypes.Social == true) then
return true
end
elseif (GearType == 8) then
if (game.Lighting.AllowedGearTypes.Transport == true) then
return true
end
elseif (GearType == 9) then
if (game.Lighting.AllowedGearTypes.Building == true) then
return true
end
end
end