Browse Source

update action attributes

main
openlegends 3 months ago
parent
commit
f41b5045a2
  1. 2
      src/Test/Card/Goblin.php
  2. 2
      src/Test/Card/Mouse.php
  3. 2
      src/Test/Card/Rat.php

2
src/Test/Card/Goblin.php

@ -54,7 +54,7 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card @@ -54,7 +54,7 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card
}
public function act(
\OpenLegends\Engine\Abstract\Card $target
\OpenLegends\Engine\Abstract\Action\Card $action
) {
$this->attack(
$target

2
src/Test/Card/Mouse.php

@ -54,7 +54,7 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card @@ -54,7 +54,7 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card
}
public function act(
\OpenLegends\Engine\Abstract\Card $target
\OpenLegends\Engine\Abstract\Action\Card $action
) {
$this->attack(
$target

2
src/Test/Card/Rat.php

@ -54,7 +54,7 @@ class Rat extends \OpenLegends\Engine\Abstract\Card @@ -54,7 +54,7 @@ class Rat extends \OpenLegends\Engine\Abstract\Card
}
public function act(
\OpenLegends\Engine\Abstract\Card $target
\OpenLegends\Engine\Abstract\Action\Card $action
) {
$this->attack(
$target

Loading…
Cancel
Save