19 lines
682 B
Lua
19 lines
682 B
Lua
------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
-- Deadlock's Research Notifications
|
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
data:extend({
|
|
{
|
|
from = "default-semibold",
|
|
name = "deadlock-chat-notification",
|
|
border = true,
|
|
border_color = {},
|
|
size = 18,
|
|
type = "font"
|
|
}
|
|
})
|
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------------------
|