remove silent status from card abstraction

This commit is contained in:
openlegends 2024-03-16 15:30:40 +02:00
parent e652ac6ca0
commit 03388052ea
3 changed files with 0 additions and 12 deletions

View File

@ -61,10 +61,6 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card
$this->setExtract( $this->setExtract(
3 3
); );
$this->setSilent(
false
);
} }
public function act( public function act(

View File

@ -47,10 +47,6 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card
$this->setExtract( $this->setExtract(
1 1
); );
$this->setSilent(
false
);
} }
public function act( public function act(

View File

@ -47,10 +47,6 @@ class Rat extends \OpenLegends\Engine\Abstract\Card
$this->setExtract( $this->setExtract(
2 2
); );
$this->setSilent(
false
);
} }
public function act( public function act(