this is a good enough fix as waste is colorless which is artifact, and all we do is barrow the kbitmask from land.
This commit is contained in:
@@ -426,6 +426,9 @@ uint8_t CardPrimitive::ConvertColorToBitMask(int inColor)
|
|||||||
case Constants::MTG_COLOR_LAND:
|
case Constants::MTG_COLOR_LAND:
|
||||||
value = kColorBitMask_Land;
|
value = kColorBitMask_Land;
|
||||||
break;
|
break;
|
||||||
|
case Constants::MTG_COLOR_WASTE://the true colorless mana shares the kbitmask of land. kbitmask dictates the color of the quad(no image boarder), and the symbol. nothing more.
|
||||||
|
value = kColorBitMask_Land;
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user