diff --git a/src/Test/Card/Goblin.php b/src/Test/Card/Goblin.php index 9f54b1e..08145ec 100644 --- a/src/Test/Card/Goblin.php +++ b/src/Test/Card/Goblin.php @@ -61,10 +61,6 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card $this->setExtract( 3 ); - - $this->setSilent( - false - ); } public function act( diff --git a/src/Test/Card/Mouse.php b/src/Test/Card/Mouse.php index 0f38dce..37889ca 100644 --- a/src/Test/Card/Mouse.php +++ b/src/Test/Card/Mouse.php @@ -47,10 +47,6 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card $this->setExtract( 1 ); - - $this->setSilent( - false - ); } public function act( diff --git a/src/Test/Card/Rat.php b/src/Test/Card/Rat.php index 12f69ad..43763f9 100644 --- a/src/Test/Card/Rat.php +++ b/src/Test/Card/Rat.php @@ -47,10 +47,6 @@ class Rat extends \OpenLegends\Engine\Abstract\Card $this->setExtract( 2 ); - - $this->setSilent( - false - ); } public function act(