This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function shallow_copy(t) | |
local t2 = {} | |
for k,v in pairs(t) do | |
t2[k] = v | |
end | |
return t2 | |
end | |
local function make_observable(t, key, prev_keys) | |
if type(t) ~= "table" then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===Master Bank=== | |
{| class='wikitable') | |
|- | |
! GUID | |
! Event | |
|- | |
| fcb63c0a-331d-44e6-bf64-cfa8c5b6e6e7 | |
| *snowcave | |
|- | |
| 53a7180c-9635-4a37-a2b8-fb801ac66ff |
NewerOlder