Browse Source

remove silent status from card abstraction

main
openlegends 9 months ago
parent
commit
03388052ea
  1. 4
      src/Test/Card/Goblin.php
  2. 4
      src/Test/Card/Mouse.php
  3. 4
      src/Test/Card/Rat.php

4
src/Test/Card/Goblin.php

@ -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(

4
src/Test/Card/Mouse.php

@ -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(

4
src/Test/Card/Rat.php

@ -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(

Loading…
Cancel
Save