mirror of
https://github.com/openlegends/asset-php.git
synced 2025-09-09 20:52:06 +00:00
remove silent status from card abstraction
This commit is contained in:
parent
e652ac6ca0
commit
03388052ea
@ -61,10 +61,6 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card
|
||||
$this->setExtract(
|
||||
3
|
||||
);
|
||||
|
||||
$this->setSilent(
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
public function act(
|
||||
|
@ -47,10 +47,6 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card
|
||||
$this->setExtract(
|
||||
1
|
||||
);
|
||||
|
||||
$this->setSilent(
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
public function act(
|
||||
|
@ -47,10 +47,6 @@ class Rat extends \OpenLegends\Engine\Abstract\Card
|
||||
$this->setExtract(
|
||||
2
|
||||
);
|
||||
|
||||
$this->setSilent(
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
public function act(
|
||||
|
Loading…
x
Reference in New Issue
Block a user