Browse Source

remove silent status from card abstraction

main
openlegends 3 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 @@ -61,10 +61,6 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card
$this->setExtract(
3
);
$this->setSilent(
false
);
}
public function act(

4
src/Test/Card/Mouse.php

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

4
src/Test/Card/Rat.php

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

Loading…
Cancel
Save