From c938d041633104340f866a5906f6dbaffaf1f459 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Tue, 18 Oct 2016 18:22:54 -0400 Subject: Bugfixes in spells and misc linting --- entities/entities/ws_researchtable/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'entities') diff --git a/entities/entities/ws_researchtable/init.lua b/entities/entities/ws_researchtable/init.lua index 3fc4233..1a3a07b 100644 --- a/entities/entities/ws_researchtable/init.lua +++ b/entities/entities/ws_researchtable/init.lua @@ -1,7 +1,7 @@ AddCSLuaFile("cl_init.lua") AddCSLuaFile("shared.lua") -include('shared.lua') +include("shared.lua") --[[An item to give hints to players that are just starting out]] local PossibleRecipies = { @@ -41,7 +41,7 @@ function ENT:Think() end for k,v in pairs(player.GetAll()) do if (v:Alive() and v:GetPos():Distance(self:GetPos()) < 200) then - v:ChatPrint("Perhaps you can make a " .. randomrecipie[0] .. " with " .. randomrecipie[1]) + v:ChatPrint("Perhaps you can make a " .. randomrecipie[1] .. " with " .. randomrecipie[2]) end end -- cgit v1.2.3-70-g09d2