diff --git a/game/config.js b/game/config.js index d4eb693b4..b9f974007 100755 --- a/game/config.js +++ b/game/config.js @@ -312,6 +312,7 @@ window.config={ character_card_config:'', }, current_mode:{}, + customforbid:[], forbid:[ ['huashen'], ['lianying','rende'], diff --git a/game/game.js b/game/game.js index 430016662..3e64e8517 100755 --- a/game/game.js +++ b/game/game.js @@ -2393,7 +2393,8 @@ '
  • 回复体力
    player.recover(num)
  • 摸牌
    player.draw(num)
  • 获得牌
    player.gain(cards)
  • 弃牌
    player.discard(cards)'+ '
  • 使用卡牌
    player.useCard(card,
    targets)
  • 死亡
    player.die()
  • 复活
    player.revive(hp)'+ '
    游戏操作
    '+ + '
    富甲天下