improve 'armar' detection

This commit is contained in:
Skillet 2023-04-10 02:03:58 -04:00 committed by GitHub
parent 9152b0bbf3
commit 61606d2148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,7 +262,7 @@
"description": "Disband every ARMOR/ARMOUR/VIC/VEHICLE and other variants",
"type": "regex",
"logic": "match=disband",
"rule": "/(a.?r ?m ?(?:o|e)? ?u? ?r)|((^| )v ?i ?c ?($| ))|(v ?e ?h ?i ?c ?l ?e)|(i ?f ?v)|(a ?p ?c)/",
"rule": "/(a.?r ?m ?(?:o|e|a|u)+ ?r)|((^| )v ?i ?c ?($| ))|(v ?e ?h ?i ?c ?l ?e)|(i ?f ?v)|(a ?p ?c)/",
"warningMessage": "R9 | This name is not a valid vehicle claim!"
}
]