Closed dave-hassett-rft closed 8 years ago
Updates the code to "deep_copy" the trapdef variable using the Marshal.load(Marshal.dump(o)) trick. This allows the trapdef substitutions to be processed each time a trap is handled.
This has been merged and released in 0.3.0
I also believe it fixes #4
Updates the code to "deep_copy" the trapdef variable using the Marshal.load(Marshal.dump(o)) trick. This allows the trapdef substitutions to be processed each time a trap is handled.