fireplace
fireplace copied to clipboard
Get rid of get_spell_damage() from the card implementations
Arcane Missiles should be implemented as play = Hit(RANDOM_ENEMY_CHARACTER, 1) * SPELLPOWER + 3
This might require adding add support to lazynum or something?