mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-30 12:12:28 +02:00
removed console.log for debugging
This commit is contained in:
parent
882778ec4c
commit
31fea8eafc
@ -382,7 +382,6 @@ export default class Move implements Localizable {
|
|||||||
* @returns the called object {@linkcode Move}
|
* @returns the called object {@linkcode Move}
|
||||||
*/
|
*/
|
||||||
selectableCondition(condition: MoveSelectCondition): this {
|
selectableCondition(condition: MoveSelectCondition): this {
|
||||||
console.log(`GHnote condition: ${typeof condition}`);
|
|
||||||
if (condition) {
|
if (condition) {
|
||||||
this.selectableConditions.push(condition);
|
this.selectableConditions.push(condition);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user