Fix divinggear containable

This commit is contained in:
2025-03-28 13:35:11 +01:00
parent 0268de9958
commit 9c1aa2fcc4

View File

@@ -13,6 +13,11 @@
- name: containerscontainable
regex: (?-s)Containable!anyitems="([^"]+)"
lua: |
-- If we fuck with the diving gear the game fucking explodes
-- Thinking we don't have oxygen tanks and killing us
if file:find("divinggear.xml") then
return false
end
local gurantee = {"ammobox", "deepdiving", "smallitem", "mediumitem", "largeitem"}
local has = {}