|
@@ -55,7 +55,6 @@ class quality_ploy extends Quality
|
|
|
|
|
|
self::OilSN_NONE_HAS => [self::OilWithoutSN, self::OilWithSN],
|
|
|
self::OilSN_HAS_NONE => [self::OilWithSN, self::OilWithoutSN],
|
|
|
-
|
|
|
self::OIL_CARDKEY_SN => [self::OilCardKey, self::OilWithSN],
|
|
|
self::OIL_CARDKEY_SNNONE => [self::OilCardKey, self::OilWithoutSN],
|
|
|
self::OIL_CARDKEY_SN_SNNONE => [self::OilCardKey, self::OilWithSN, self::OilWithoutSN],
|