Files
wagic/projects/mtg/include
omegablast2002@yahoo.com f2c905225b cleaned up resetting cost for altercost code, its *almost* where i want it to be, removed the need to have "resetcost" coding on card code. removed "resetcost" keyword.
i was not 100% successful in getting the correct cost on altercost which reduced the amounts. however altercost which increased the amounts are now clean code. so the reducers are still using a dirty method of putting the card from the hand back into the hand to get the correct amounts.

the issue i ran into is how to get the correct amount in this situation.
target cost {5} 
have 3 reducers that - {2}
thats {1} of overkill reduce...
heres the issue. now remove all the reducers from play. the cost returns to {6} instead of 5. 
you would think, will have it track the over kill. which leads to another. have the 3rd card which would contain the overkill removed first, i factor the overkill and increase the amount by what was reduced, but that would not be correct. since the reduce was {2} the increase of removing the overkill card should increase the targets cost by {2} not the amount it actually reduced. as you can see, it is extremely complex. so for now im leaving it dirty, but removing the resetcost code.
2011-03-22 01:12:33 +00:00
..
2011-02-02 18:22:08 +00:00
2011-02-25 18:40:23 +00:00
2011-02-14 09:35:43 +00:00
2011-02-25 18:40:23 +00:00
2011-02-25 18:40:23 +00:00
2011-03-02 13:41:24 +00:00
2011-02-14 09:35:43 +00:00
2011-03-02 13:41:24 +00:00
2011-03-02 13:41:24 +00:00
2011-02-15 14:17:34 +00:00
2011-02-15 14:17:34 +00:00
2011-02-02 18:22:08 +00:00
2011-03-01 09:30:23 +00:00
J :
2010-02-27 18:49:03 +00:00
2011-01-23 06:59:00 +00:00