Add all deco unlock

#1819
not exposed via GUI
This commit is contained in:
Kurt
2018-02-07 18:29:45 -08:00
parent 93fd47a8e5
commit 07bd2412cb

View File

@@ -590,6 +590,11 @@ private ushort GetResetKey()
var tr = ot.Sum(z => z);
return (ushort)(val + tr);
}
public void UnlockAllDecorations()
{
for (int i = 676; i <= 721; i++)
SetEventFlag(i, true);
}
public override string GetString(int Offset, int Count)
{