diff options
Diffstat (limited to 'config/nauts/gramps.lua')
-rw-r--r-- | config/nauts/gramps.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/nauts/gramps.lua b/config/nauts/gramps.lua new file mode 100644 index 0000000..7bf7b29 --- /dev/null +++ b/config/nauts/gramps.lua @@ -0,0 +1,8 @@ +--- yoolip +return +{ + name = "gramps", + image = "assets/nauts/gramps.png", + portrait = "assets/portraits/gramps.png", + available = true +} |