REO-EE/_module/nss/zst_chest_open.nss
Jaysyn904 f82740bbbd Initial commit
Initial commit
2024-02-22 13:22:03 -05:00

9 lines
147 B
Plaintext

// Modifed by Zunath on 6/21/2011
// Replaced original script with the new version.
#include "zst_include"
void main()
{
PSS_OnChestOpen();
}