Browse Source

restore actions

main
openlegends 9 months ago
parent
commit
6d7a2a04df
  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
} }
public function act( public function act(
\OpenLegends\Engine\Abstract\Action\Card $action \OpenLegends\Engine\Abstract\Card $target
) { ) {
$this->attack( $this->attack(
$target $target

2
src/Test/Card/Mouse.php

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

2
src/Test/Card/Rat.php

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

Loading…
Cancel
Save