Should have been modified in https://git.legonzaur.fr/heronfief/cards-gen/src/commit/67c525a65f1a87ef229cd0ea06cc8f92ab13ab6d/src/draw_functions.py#L377
To be tested!
I'm not entirely sure about what I'm going to say but I think this won't work if the card has, say, another effect than a mutex eg. : cirno
if you activate the faction combo effect, then the used_effects_indexes will be an array containing one value. However, the user still haven't made a choice, so we don't want to gray out the or
I'm not entirely sure about what I'm going to say but I think this won't work if the card has, say, another effect than a mutex eg. : cirno
if you activate the faction combo effect, then the used_effects_indexes will be an array containing one value. However, the user still haven't made a choice, so we don't want to gray out the `or`
fuck. he's right. then we should verify whether or not the used_effects contain a mutex then! (assuming cards only contain one)
not too sure on how to do that though
fuck. he's right. then we should verify whether or not the used_effects contain a mutex then! (assuming cards only contain one)
not too sure on how to do that though
fuck. he's right. then we should verify whether or not the used_effects contain a mutex then! (assuming cards only contain one)
not too sure on how to do that though
I don't want to think about the case of multiple mutex on a same card
> fuck. he's right. then we should verify whether or not the used_effects contain a mutex then! (assuming cards only contain one)
>
> not too sure on how to do that though
I don't want to think about the case of multiple mutex on a same card
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Should have been modified in
To be tested!
I'm not entirely sure about what I'm going to say but I think this won't work if the card has, say, another effect than a mutex eg. : cirno
if you activate the faction combo effect, then the used_effects_indexes will be an array containing one value. However, the user still haven't made a choice, so we don't want to gray out the
orfuck. he's right. then we should verify whether or not the used_effects contain a mutex then! (assuming cards only contain one)
not too sure on how to do that though
We could also check if
used_effects_indexescontainsthe first index(orany indexif easier) of the mutex effectsI don't want to think about the case of multiple mutex on a same card