HorseSeaHorse/lib/bitser/cases/cthulhu.lua

7 lines
184 B
Lua
Raw Normal View History

2021-02-07 00:37:19 -06:00
local cthulhu = {{}, {}, {}}
cthulhu.fhtagn = cthulhu
cthulhu[1][cthulhu[2]] = cthulhu[3]
cthulhu[2][cthulhu[1]] = cthulhu[2]
cthulhu[3][cthulhu[3]] = cthulhu
return cthulhu, 10000, 3