@ -55,5 +55,9 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card
public function act(
\OpenLegends\Engine\Abstract\Card $target
) {}
) {
$this->attack(
$target
);
}
@ -55,5 +55,9 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card
@ -55,5 +55,9 @@ class Rat extends \OpenLegends\Engine\Abstract\Card