diff options
author | Aki <nthirtyone@gmail.com> | 2016-05-28 22:34:00 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-05-28 22:34:00 +0200 |
commit | 4f119e0e39a8055fd955d37224bda9c91f84e1a3 (patch) | |
tree | 858bde95b339ef4c1dbd3fbc4fd7eb20b21cc9ac /nautslist.lua | |
parent | 928440ab67f4c0536f98d40061b0096ad2833271 (diff) | |
download | roflnauts-4f119e0e39a8055fd955d37224bda9c91f84e1a3.zip roflnauts-4f119e0e39a8055fd955d37224bda9c91f84e1a3.tar.gz roflnauts-4f119e0e39a8055fd955d37224bda9c91f84e1a3.tar.bz2 |
Menu almost
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 |