Maybe everything contains diving suits and ammo?

This commit is contained in:
2025-03-28 13:09:07 +01:00
parent 226c1def45
commit 2c00d15566

View File

@@ -11,9 +11,9 @@
- '**/*.xml' - '**/*.xml'
- name: containerscontainable - name: containerscontainable
regex: Containable!anyitems="([^"]+)" regex: (?-s)Containable!anyitems="([^"]+)"
lua: | lua: |
local gurantee = {"smallitem", "mediumitem", "largeitem"} local gurantee = {"ammobox", "deepdiving", "smallitem", "mediumitem", "largeitem"}
local has = {} local has = {}
local items = strsplit(s1, ",") local items = strsplit(s1, ",")