kubos741 / kbang

Automatically exported from code.google.com/p/kbang
GNU General Public License v2.0
2 stars 1 forks source link

Suzy Lafayette uses her ability during Duel #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If she remains with no cards during a Duel she has to wait the end of the 
Duel before to active her ability (if she will be still alive). In KBang 
she continues to pick up cards within the Duel. 
FAQ n.24

Original issue reported on code.google.com by the.ut...@gmail.com on 31 May 2009 at 8:15

GoogleCodeExporter commented 8 years ago

Original comment by MacJar...@gmail.com on 31 May 2009 at 3:35

GoogleCodeExporter commented 8 years ago
This issue was fixed by r169.

Original comment by MacJar...@gmail.com on 26 Jun 2009 at 1:44

GoogleCodeExporter commented 8 years ago
verified

Original comment by the.ut...@gmail.com on 7 Jul 2009 at 9:58

GoogleCodeExporter commented 8 years ago

Original comment by MacJar...@gmail.com on 7 Jul 2009 at 3:24

GoogleCodeExporter commented 8 years ago
I open this issue again as there's another bug on Suzy Duel.

Now she correctly takes the card from the deck 'at the end of the Duel' but, if 
she has 
just lost her last life points (after losing the Duel), she MUST die BEFORE to 
draw 
that card.

While in Kbang she takes the card and only THEN dies (if the card it's not a 
Beer).

Original comment by the.ut...@gmail.com on 2 Sep 2009 at 1:39

GoogleCodeExporter commented 8 years ago
Although I didn't examine this bug, I believe it occurs. The fix of this bug is 
postponed to 0.2.x version (after refactoring of 0.1.x).

Original comment by MacJar...@gmail.com on 4 Sep 2009 at 2:16

GoogleCodeExporter commented 8 years ago
OK, I was thinking about this issue again and I'm starting to doubt that the 
current
behaviour is wrong. Suzy indeed cannot use her ability during the Duel, because 
she
has to wait at the end of the card effect, but after Duel shoots her, she has 0 
life
points and the effect of Duel is over. That is why she should be allowed to 
draw a
card and play beer, if she drew it.
At least this is my logic, but of course if Emiliano thinks differently, we 
need to
change it. I would like to have a link to some FAQ/forum thread in that case 
and it
would be also good to explain the logic behind such argument, so we can have a
reasonable non-hacky implementation.

Original comment by MacJar...@gmail.com on 22 Sep 2009 at 11:38

GoogleCodeExporter commented 8 years ago
Actually there's no FAQ or the like about, but according with the other similar 
abilities it should work like I said. Think about El Gringo & Bart Cassidy 
abilities 
(FAQ n.18), the logic is:

1) loss of life point
2) check if still alive
3) IF YES use of ability; IF NO just dead and no use of ability

Suzy Lafayette with the Duel would be:

1) she remains with no cards during the Duel, but the effect of this is not 
over (the 
ability has to wait)
2) loss of life point
3) check if still alive
4) IF YES (and no cards in the hand) use of ability; IF NO just dead and no use 
of 
ability

Original comment by the.ut...@gmail.com on 22 Sep 2009 at 1:21