Try to stop wrenches in flashlights
This commit is contained in:
@@ -20,9 +20,10 @@
|
|||||||
lua: |
|
lua: |
|
||||||
-- If we fuck with the diving gear the game fucking explodes
|
-- If we fuck with the diving gear the game fucking explodes
|
||||||
-- Thinking we don't have oxygen tanks and killing us
|
-- Thinking we don't have oxygen tanks and killing us
|
||||||
if file:find("divinggear.xml") then
|
if file:find("divinggear.xml") then return false end
|
||||||
return false
|
if file:find("tools.xml") then return false end
|
||||||
end
|
if file:find("weapons.xml") then return false end
|
||||||
|
|
||||||
local gurantee = {"ammobox", "deepdiving", "smallitem", "mediumitem", "largeitem"}
|
local gurantee = {"ammobox", "deepdiving", "smallitem", "mediumitem", "largeitem"}
|
||||||
local has = {}
|
local has = {}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user