Re: Forge Beta Release: 09-26-2016 ver 1.5.56 (Kaladesh)
I'm pretty sure that DBCleanup was meant there. I'd like someone to take a look at the implemented fix though (r32231) to confirm.l33t3rth4nur1111 wrote:Got this after using Toxic Deluge to (mostly) wipe the board, including an opponent's Sisters of Stone Death:
- | Open
Sure enough, sisters_of_stone_death.txt hasbut no TrigForget exists. There is a DBForget; maybe that was intended? Looking at the file history, it looks like leftovers during some code cleanup.
- Code: Select all
SVar:DBForget:DB$ Pump | ForgetImprinted$ TriggeredCard
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Any | Execute$ TrigForget | Static$ True | Secondary$ True | TriggerDescription$ Forget all remembered cards.
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
- Agetian