diff --git a/dist/full.filter b/dist/full.filter index e485b73..0d735df 100644 --- a/dist/full.filter +++ b/dist/full.filter @@ -655,6 +655,14 @@ Show SetBorderColor 231 180 120 PlayAlertSound 3 79 +# +Show + BaseType "Vial" + SetTextColor 225 96 255 + SetBorderColor 255 255 255 + PlayAlertSound 16 85 + + Show Class "Currency" diff --git a/dist/light.filter b/dist/light.filter index ebae469..d6fe42a 100644 --- a/dist/light.filter +++ b/dist/light.filter @@ -618,6 +618,14 @@ Show SetBorderColor 231 180 120 PlayAlertSound 3 79 +# +Show + BaseType "Vial" + SetTextColor 225 96 255 + SetBorderColor 255 255 255 + PlayAlertSound 16 85 + + Show Class "Belts" diff --git a/src/currency/items/vial.filter b/src/currency/items/vial.filter new file mode 100644 index 0000000..48a025e --- /dev/null +++ b/src/currency/items/vial.filter @@ -0,0 +1,7 @@ +# +Show + BaseType "Vial" + SetTextColor 225 96 255 + SetBorderColor 255 255 255 + PlayAlertSound 16 85 +