mirror of
https://github.com/openlegends/asset-php.git
synced 2025-02-08 04:54:15 +00:00
restore actions
This commit is contained in:
parent
f41b5045a2
commit
6d7a2a04df
@ -54,7 +54,7 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card
|
||||
}
|
||||
|
||||
public function act(
|
||||
\OpenLegends\Engine\Abstract\Action\Card $action
|
||||
\OpenLegends\Engine\Abstract\Card $target
|
||||
) {
|
||||
$this->attack(
|
||||
$target
|
||||
|
@ -54,7 +54,7 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card
|
||||
}
|
||||
|
||||
public function act(
|
||||
\OpenLegends\Engine\Abstract\Action\Card $action
|
||||
\OpenLegends\Engine\Abstract\Card $target
|
||||
) {
|
||||
$this->attack(
|
||||
$target
|
||||
|
@ -54,7 +54,7 @@ class Rat extends \OpenLegends\Engine\Abstract\Card
|
||||
}
|
||||
|
||||
public function act(
|
||||
\OpenLegends\Engine\Abstract\Action\Card $action
|
||||
\OpenLegends\Engine\Abstract\Card $target
|
||||
) {
|
||||
$this->attack(
|
||||
$target
|
||||
|
Loading…
x
Reference in New Issue
Block a user