mirror of
https://github.com/openlegends/asset-php.git
synced 2025-09-10 13:11:48 +00:00
update action attributes
This commit is contained in:
parent
4adff3ce11
commit
f41b5045a2
@ -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
|
||||
|
@ -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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user