Maybe everything contains diving suits and ammo?
This commit is contained in:
@@ -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, ",")
|
||||||
|
Reference in New Issue
Block a user