1. 24 Jul, 2013 1 commit
  2. 23 Jul, 2013 4 commits
  3. 22 Jul, 2013 7 commits
  4. 20 Jul, 2013 2 commits
  5. 19 Jul, 2013 1 commit
    • salix5's avatar
      fix: 28553439, 78986941 · 9b45f850
      salix5 authored
      28553439  ディメンション·マジック
      Now it is an taget effect, and it can target a monster which is immune
      to magic effect. (According to Konami database)
      
      78986941  突撃指令
      Now it is an taget effect, and it can target a monster which is immune
      to magic effect.
      9b45f850
  6. 18 Jul, 2013 5 commits
  7. 17 Jul, 2013 1 commit
    • argon's avatar
      new · bde95ef4
      argon authored
      bde95ef4
  8. 16 Jul, 2013 2 commits
    • argon's avatar
      update · a971f79b
      argon authored
      a971f79b
    • woodee's avatar
      fix · e46655ac
      woodee authored
      fix problem:"both player special summon" effect may lead to miscount
      e46655ac
  9. 15 Jul, 2013 4 commits
  10. 14 Jul, 2013 2 commits
    • woodee's avatar
      fix · 4f2aaf72
      woodee authored
      count times of spsummon,not amount of monsters
      4f2aaf72
    • sidschingis's avatar
      fix · 0828dc37
      sidschingis authored
      Changed to reflect the latest Erratum.
      "Both players reveal their hands, discard 1 card from their opponent's hand to the Graveyard, THEN draw 1 card."
      0828dc37
  11. 13 Jul, 2013 1 commit
  12. 07 Jul, 2013 2 commits
  13. 05 Jul, 2013 2 commits
  14. 04 Jul, 2013 2 commits
    • sidschingis's avatar
      fix · ce97db7d
      sidschingis authored
      fixed being able to banish non Monster Cards
      ce97db7d
    • sidschingis's avatar
      fix · 24f4939d
      sidschingis authored
      fixed reflecting when not in ATK Pos
      24f4939d
  15. 02 Jul, 2013 4 commits
    • sidschingis's avatar
      fix · ff0f83ed
      sidschingis authored
      fixed keeping the ATK boost after an Effect Negation wears off
      ff0f83ed
    • salix5's avatar
      newline added · b50d825a
      salix5 authored
      b50d825a
    • salix5's avatar
      Merge branch 'patch5' into patch6 · 97d84f45
      salix5 authored
      97d84f45
    • salix5's avatar
      fix · daa46303
      salix5 authored
      42671151  フリッグのリンゴ
      44330098  冥府の使者ゴーズ
      67949763  罪鍵の法-シン・キー・ロウ
      These cards special summon tokens with text_atk "?", so IsPlayerCanSpecialSummonMonster() should use atk -2 when checking.
      This is because the cards that put a sp_summon limit on atk(Ex. 74952447 かつて神と呼ばれた亀) depends on text_atk.
      
      74841885  天魔神 インヴィシル
      Now it grants negation effect at tribute check(before summon_success) instead of summon_success, which may avoid some problem with 83986578  王虎ワンフー and 44947065 強者の苦痛.
      daa46303