Patches?
Hello!
I have a few fixes in my local development branch, but I'm brand new to this forum and app in general. What's the best way to get a patch file to the developers? I'll attach it to this post for now.
I have two things, one is a fix for the fake SpellAbility that friarsol added in r25047. The fakeSA works great if you pay the cost, but if you cancel the payment for attacking it crashes. It seems the reason is the fakeSA doesn't have an activating player.
EDIT: Looks like EmptySa is the way to go here which can take the player as a parameter. viewtopic.php?f=52&t=6333&start=2805#p147851
			I have a few fixes in my local development branch, but I'm brand new to this forum and app in general. What's the best way to get a patch file to the developers? I'll attach it to this post for now.
I have two things, one is a fix for the fake SpellAbility that friarsol added in r25047. The fakeSA works great if you pay the cost, but if you cancel the payment for attacking it crashes. It seems the reason is the fakeSA doesn't have an activating player.
- Code: Select all
 fakeSA.setActivatingPlayer(c.getController());
EDIT: Looks like EmptySa is the way to go here which can take the player as a parameter. viewtopic.php?f=52&t=6333&start=2805#p147851