diff options
Diffstat (limited to 'nautslist.lua')
-rw-r--r-- | nautslist.lua | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/nautslist.lua b/nautslist.lua new file mode 100644 index 0000000..cfccb21 --- /dev/null +++ b/nautslist.lua @@ -0,0 +1,31 @@ +-- List of characters with empty character included +return { + "empty", + "frog", + "lonestar", + "leon", + "scoop", + "gnaw", + "raelynn", + "ayla", + "clunk", + "voltar", + "coco", + "skolldir", + "yuri", + "derpl", + "vinnie", + "genji", + "swiggins", + "rocco", + "ksenia", + "ted", + "penny", + "sentry", + "skree", + "nibbs", + "yoolip", + "chucho", + "lux", + "ix" +}
\ No newline at end of file |