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