From 03388052ea5316d2c4430d20853108f159b012f7 Mon Sep 17 00:00:00 2001 From: openlegends Date: Sat, 16 Mar 2024 15:30:40 +0200 Subject: [PATCH] remove silent status from card abstraction --- src/Test/Card/Goblin.php | 4 ---- src/Test/Card/Mouse.php | 4 ---- src/Test/Card/Rat.php | 4 ---- 3 files changed, 12 deletions(-) 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(