Add FB and Twitter links on main page. Only icons, no text for Discord + Github as...
[vchess.git] / client / src / variants / Monster.js
index 071c8db..399bc11 100644 (file)
@@ -45,7 +45,7 @@ export class MonsterRules extends ChessRules {
     );
   }
 
-  isAttacked(sq, color, castling) {
+  isAttacked() {
     // Goal is king capture => no checks
     return false;
   }