diff options
author | Aki <please@ignore.pl> | 2024-11-06 01:24:48 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-11-06 01:24:48 +0100 |
commit | 81577897fb7f2ca661ce7f37c9c929367c428a31 (patch) | |
tree | 83033ba6e41a20457dd6525fa0e0a65e31a07019 /disk/runes2.lua | |
parent | fc3853bfff6ecd255a53256808182d9891491c4c (diff) | |
download | noita-eyes-81577897fb7f2ca661ce7f37c9c929367c428a31.zip noita-eyes-81577897fb7f2ca661ce7f37c9c929367c428a31.tar.gz noita-eyes-81577897fb7f2ca661ce7f37c9c929367c428a31.tar.bz2 |
Aligned disk data
Diffstat (limited to 'disk/runes2.lua')
-rw-r--r-- | disk/runes2.lua | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/disk/runes2.lua b/disk/runes2.lua index 03eb12b..55faefb 100644 --- a/disk/runes2.lua +++ b/disk/runes2.lua @@ -1,10 +1,6 @@ return { - "K", - "M", "G", "I", "C", "K", - "M", "G", "I", "C", "K", - "M", "G", "I", "C", "K", - "M", "G", "I", "C", "K", - "M", "G", "I", "C", "K", - "M", "G", "I", "C", "K", - "M", + "I", "C", "K", "M", "G", "I", "C", "K", -- Quarters, beginning-inclusive starting at the top. + "M", "K", "M", "G", "I", "C", "K", "M", + "G", "I", "C", "K", "M", "G", "I", "C", + "K", "M", "G", "I", "C", "K", "M", "G", } |